diff --git a/DysonNetwork.Pusher/Services/PusherServiceGrpc.cs b/DysonNetwork.Pusher/Services/PusherServiceGrpc.cs index 35604e2..d93fe90 100644 --- a/DysonNetwork.Pusher/Services/PusherServiceGrpc.cs +++ b/DysonNetwork.Pusher/Services/PusherServiceGrpc.cs @@ -85,7 +85,7 @@ public class PusherServiceGrpc( ServerCallContext context) { var account = await accountsHelper.GetAccount(Guid.Parse(request.UserId)); - await pushService.SendNotification( + pushService.SendNotification( account, request.Notification.Topic, request.Notification.Title,