This commit is contained in:
Hachi-R 2025-01-03 18:22:25 -03:00
parent 190ddeb46e
commit 5061695500

View File

@ -31,7 +31,10 @@ const resetGameAchievements = async (
); );
await HydraApi.delete(`/profile/games/achievements/${game.remoteId}`).then( await HydraApi.delete(`/profile/games/achievements/${game.remoteId}`).then(
() => achievementsLogger.log(`Deleted achievements from ${game.remoteId} - ${game.objectID} - ${game.title}`) () =>
achievementsLogger.log(
`Deleted achievements from ${game.remoteId} - ${game.objectID} - ${game.title}`
)
); );
const gameAchievements = await getUnlockedAchievements( const gameAchievements = await getUnlockedAchievements(