mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
PM-10564: Notification create push notification simplification.
NotificationStatus not needed.
This commit is contained in:
@ -37,7 +37,7 @@ public class CreateNotificationCommand : ICreateNotificationCommand
|
||||
|
||||
var newNotification = await _notificationRepository.CreateAsync(notification);
|
||||
|
||||
await _pushNotificationService.PushSyncNotificationCreateAsync(newNotification, null);
|
||||
await _pushNotificationService.PushSyncNotificationCreateAsync(newNotification);
|
||||
|
||||
return newNotification;
|
||||
}
|
||||
|
Reference in New Issue
Block a user