summaryrefslogtreecommitdiff
path: root/Profiles/UserAccountProfile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Profiles/UserAccountProfile.cs')
-rw-r--r--Profiles/UserAccountProfile.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Profiles/UserAccountProfile.cs b/Profiles/UserAccountProfile.cs
index 7695265..0b14efc 100644
--- a/Profiles/UserAccountProfile.cs
+++ b/Profiles/UserAccountProfile.cs
@@ -20,7 +20,8 @@ namespace BackendPIA.Profiles {
Id = ticket.Id,
Number = ticket.Number,
IsWinner = ticket.IsWinner,
- RaffleId = ticket.RaffleId
+ RaffleId = ticket.RaffleId,
+ UserAccountId = user.Id
});
}