mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +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}`)
|
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…
Reference in New Issue
Block a user