Add storedDataUrls to GetCurrentUser

This commit is contained in:
Dominic Villemure
2024-06-30 12:39:24 -04:00
parent 2603582286
commit 90d76c32ce
5 changed files with 25 additions and 0 deletions

View File

@@ -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,