mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
lint
This commit is contained in:
parent
2ddda4e4d2
commit
e6d76a5dbe
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user