🐛 Fix get subscribed feed

This commit is contained in:
2025-08-24 17:37:30 +08:00
parent f8c35c0350
commit 75a975049c
2 changed files with 2 additions and 3 deletions

View File

@@ -12,9 +12,7 @@ namespace DysonNetwork.Pusher.Services;
public class PusherServiceGrpc(
QueueService queueService,
WebSocketService websocket,
PushService pushService,
AccountClientHelper accountsHelper,
EmailService emailService
PushService pushService
) : PusherService.PusherServiceBase
{
public override async Task<Empty> SendEmail(SendEmailRequest request, ServerCallContext context)