bad log line
This commit is contained in:
@ -168,7 +168,7 @@ namespace Yavsc.Controllers
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
_logger.LogInformation("sending push message");
|
_logger.LogInformation("Notifying query");
|
||||||
var uids = new[] { command.PerformerProfile.PerformerId };
|
var uids = new[] { command.PerformerProfile.PerformerId };
|
||||||
nrep = await _MessageSender.NotifyBookQueryAsync(uids, yaev);
|
nrep = await _MessageSender.NotifyBookQueryAsync(uids, yaev);
|
||||||
// TODO setup a profile choice to allow notifications
|
// TODO setup a profile choice to allow notifications
|
||||||
|
Reference in New Issue
Block a user