Skip to content

Commit

Permalink
(#433) users: update extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Oct 11, 2024
1 parent 86f24b8 commit ae77a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public static UserNotifications AsEntity(this UserNotificationsDocument document
public static UserNotificationsDocument AsDocument(this UserNotifications entity)
=> new UserNotificationsDocument
{
Id = Guid.NewGuid(), // Ensure a unique identifier is set
Id = Guid.NewGuid(),
UserId = entity.UserId,
NotificationPreferences = entity.NotificationPreferences
};
Expand Down

0 comments on commit ae77a72

Please sign in to comment.