mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 05:24:55 +03:00
lint
This commit is contained in:
parent
190ddeb46e
commit
5061695500
@ -31,7 +31,10 @@ const resetGameAchievements = async (
|
|||||||
);
|
);
|
||||||
|
|
||||||
await HydraApi.delete(`/profile/games/achievements/${game.remoteId}`).then(
|
await HydraApi.delete(`/profile/games/achievements/${game.remoteId}`).then(
|
||||||
() => achievementsLogger.log(`Deleted achievements from ${game.remoteId} - ${game.objectID} - ${game.title}`)
|
() =>
|
||||||
|
achievementsLogger.log(
|
||||||
|
`Deleted achievements from ${game.remoteId} - ${game.objectID} - ${game.title}`
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
const gameAchievements = await getUnlockedAchievements(
|
const gameAchievements = await getUnlockedAchievements(
|
||||||
|
Loading…
Reference in New Issue
Block a user