🐛 Fix compile issue in Pusher

This commit is contained in:
2025-08-14 17:43:41 +08:00
parent 134b11e7f0
commit f09832404d

View File

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