mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 14:15:51 +02:00
Update to Angular 9
This commit is contained in:
@@ -238,8 +238,8 @@ export async function getAccountDetails(accountId: ID): Promise<AccountDetails>
|
||||
merges: account.merges || [],
|
||||
banLog: account.banLog || [],
|
||||
supporterLog: account.supporterLog || [],
|
||||
invitesReceived: invitesReceived.map(convertInvite),
|
||||
invitesSent: invitesSent.map(convertInvite),
|
||||
invitesReceived: invitesReceived!.map(convertInvite),
|
||||
invitesSent: invitesSent!.map(convertInvite),
|
||||
state: account.state || {},
|
||||
} : {
|
||||
merges: [],
|
||||
|
||||
Reference in New Issue
Block a user