From f09832404d094de21fb2bca5daaf477fc1b195a4 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 14 Aug 2025 17:43:41 +0800 Subject: [PATCH] :bug: Fix compile issue in Pusher --- DysonNetwork.Pusher/Services/PusherServiceGrpc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,