bad log line

main
Paul Schneider 6 years ago
parent 2375915952
commit c7528393cf
1 changed files with 1 additions and 1 deletions

@ -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

Loading…