🐛 Fix compile issue in Pusher
This commit is contained in:
@@ -85,7 +85,7 @@ public class PusherServiceGrpc(
|
|||||||
ServerCallContext context)
|
ServerCallContext context)
|
||||||
{
|
{
|
||||||
var account = await accountsHelper.GetAccount(Guid.Parse(request.UserId));
|
var account = await accountsHelper.GetAccount(Guid.Parse(request.UserId));
|
||||||
await pushService.SendNotification(
|
pushService.SendNotification(
|
||||||
account,
|
account,
|
||||||
request.Notification.Topic,
|
request.Notification.Topic,
|
||||||
request.Notification.Title,
|
request.Notification.Title,
|
||||||
|
Reference in New Issue
Block a user