fixes GMaps usage & Command creation
This commit is contained in:
parent
49de239344
commit
4999284419
12 changed files with 192 additions and 269 deletions
|
|
@ -111,8 +111,8 @@ namespace Yavsc.Services
|
|||
result.message_id = mailSent.MessageId;
|
||||
response.success++;
|
||||
}
|
||||
var cxids = _cxManager.GetConnexionIds(user.UserName).ToArray();
|
||||
if (cxids.Length == 0)
|
||||
var cxids = _cxManager.GetConnexionIds(user.UserName);
|
||||
if (cxids == null)
|
||||
{
|
||||
_logger.LogDebug($"no cx to {user.UserName} <{user.Email}> ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue