Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hachi-R committed Jan 3, 2025
1 parent 190ddeb commit 5061695
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/events/library/reset-game-achievements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ const resetGameAchievements = async (
);

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(
Expand Down

0 comments on commit 5061695

Please sign in to comment.