Remove achievements_count property
cgen-18cf98c7df6a4cbaa206a8bbb0dd3e5d
This commit is contained in:
parent
e0bad7e523
commit
50236305c2
1 changed files with 1 additions and 2 deletions
|
|
@ -417,8 +417,7 @@ export const aethexUserService = {
|
|||
total_xp: totalXp,
|
||||
level: levelValue,
|
||||
loyalty_points: loyaltyPoints,
|
||||
achievements_count: achievements.length,
|
||||
} as AethexUserProfile & { achievements_count: number };
|
||||
} as AethexUserProfile;
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue