mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-30 22:31:03 +00:00
lint
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user