mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
PM-10600: Id typos
This commit is contained in:
@ -172,8 +172,8 @@ public class AzureQueuePushNotificationService : IPushNotificationService
|
|||||||
{
|
{
|
||||||
Id = notification.Id,
|
Id = notification.Id,
|
||||||
Global = notification.Global,
|
Global = notification.Global,
|
||||||
UserId = notification.Id,
|
UserId = notification.UserId,
|
||||||
OrganizationId = notification.Id,
|
OrganizationId = notification.OrganizationId,
|
||||||
ClientType = notification.ClientType,
|
ClientType = notification.ClientType,
|
||||||
RevisionDate = notification.RevisionDate
|
RevisionDate = notification.RevisionDate
|
||||||
};
|
};
|
||||||
|
@ -200,8 +200,8 @@ public class NotificationHubPushNotificationService : IPushNotificationService
|
|||||||
{
|
{
|
||||||
Id = notification.Id,
|
Id = notification.Id,
|
||||||
Global = notification.Global,
|
Global = notification.Global,
|
||||||
UserId = notification.Id,
|
UserId = notification.UserId,
|
||||||
OrganizationId = notification.Id,
|
OrganizationId = notification.OrganizationId,
|
||||||
ClientType = notification.ClientType,
|
ClientType = notification.ClientType,
|
||||||
RevisionDate = notification.RevisionDate
|
RevisionDate = notification.RevisionDate
|
||||||
};
|
};
|
||||||
|
@ -179,8 +179,8 @@ public class NotificationsApiPushNotificationService : BaseIdentityClientService
|
|||||||
{
|
{
|
||||||
Id = notification.Id,
|
Id = notification.Id,
|
||||||
Global = notification.Global,
|
Global = notification.Global,
|
||||||
UserId = notification.Id,
|
UserId = notification.UserId,
|
||||||
OrganizationId = notification.Id,
|
OrganizationId = notification.OrganizationId,
|
||||||
ClientType = notification.ClientType,
|
ClientType = notification.ClientType,
|
||||||
RevisionDate = notification.RevisionDate
|
RevisionDate = notification.RevisionDate
|
||||||
};
|
};
|
||||||
|
@ -195,8 +195,8 @@ public class RelayPushNotificationService : BaseIdentityClientService, IPushNoti
|
|||||||
{
|
{
|
||||||
Id = notification.Id,
|
Id = notification.Id,
|
||||||
Global = notification.Global,
|
Global = notification.Global,
|
||||||
UserId = notification.Id,
|
UserId = notification.UserId,
|
||||||
OrganizationId = notification.Id,
|
OrganizationId = notification.OrganizationId,
|
||||||
ClientType = notification.ClientType,
|
ClientType = notification.ClientType,
|
||||||
RevisionDate = notification.RevisionDate
|
RevisionDate = notification.RevisionDate
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user