mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
lint
This commit is contained in:
parent
2ddda4e4d2
commit
e6d76a5dbe
1 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue