This commit is contained in:
Hachi-R 2025-01-03 17:56:39 -03:00
parent 2ddda4e4d2
commit e6d76a5dbe

View File

@ -30,8 +30,9 @@ const resetGameAchievements = async (
} }
); );
await HydraApi.delete(`/profile/games/achievements/${game.remoteId}`) await HydraApi.delete(`/profile/games/achievements/${game.remoteId}`).then(
.then((res) => achievementsLogger.log(res)); (res) => achievementsLogger.log(res)
);
const gameAchievements = await getUnlockedAchievements( const gameAchievements = await getUnlockedAchievements(
game.objectID, game.objectID,