mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
lint
This commit is contained in:
@@ -30,8 +30,9 @@ const resetGameAchievements = async (
|
||||
}
|
||||
);
|
||||
|
||||
await HydraApi.delete(`/profile/games/achievements/${game.remoteId}`)
|
||||
.then((res) => achievementsLogger.log(res));
|
||||
await HydraApi.delete(`/profile/games/achievements/${game.remoteId}`).then(
|
||||
(res) => achievementsLogger.log(res)
|
||||
);
|
||||
|
||||
const gameAchievements = await getUnlockedAchievements(
|
||||
game.objectID,
|
||||
|
||||
Reference in New Issue
Block a user