Remove achievements_count property

cgen-18cf98c7df6a4cbaa206a8bbb0dd3e5d
This commit is contained in:
Builder.io 2025-10-14 03:25:41 +00:00
parent e0bad7e523
commit 50236305c2

View file

@ -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;
});
},