Add storedDataUrls to GetCurrentUser
This commit is contained in:
@@ -41,6 +41,8 @@ public class GetCurrentUserQueryHandler(
|
||||
About = identityUser.About ?? "",
|
||||
Description = identityUser.Description ?? "",
|
||||
SocialNetworks = identityUser.SocialNetworks,
|
||||
ProfileColors = identityUser.ProfileColors,
|
||||
StoredDataUrls = identityUser.StoredDataUrls,
|
||||
UserTransactions = transactions,
|
||||
TotalBalance = transactions.Sum(x => x.Amount),
|
||||
UserRoles = roles,
|
||||
|
||||
Reference in New Issue
Block a user