1
0
mirror of https://github.com/bitwarden/server synced 2026-01-21 03:43:53 +00:00

Run dotnet format

This commit is contained in:
Alex Morask
2025-08-29 13:37:30 -05:00
parent a4d0524e22
commit 38e11caf5e
3 changed files with 25 additions and 24 deletions

View File

@@ -63,7 +63,8 @@ public class PushNotificationAdapter(
TargetId = organization.Id,
Payload = new OrganizationStatusPushNotification
{
OrganizationId = organization.Id, Enabled = organization.Enabled,
OrganizationId = organization.Id,
Enabled = organization.Enabled,
},
ExcludeCurrentContext = false,
});