🐛 Fix websocket missing in notification

This commit is contained in:
2025-08-25 17:43:37 +08:00
parent 9b205a73fd
commit 83a49be725
2 changed files with 11 additions and 11 deletions

View File

@@ -121,7 +121,7 @@ public class QueueBackgroundService(
{
var pushService = scope.ServiceProvider.GetRequiredService<PushService>();
var logger = scope.ServiceProvider.GetRequiredService<ILogger<QueueBackgroundService>>();
var notification = JsonSerializer.Deserialize<Notification.Notification>(message.Data);
if (notification == null)
{