mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-28 05:11:02 +00:00
refactor: remove error logging
This commit is contained in:
@@ -31,7 +31,6 @@ const resetGameAchievements = async (
|
|||||||
);
|
);
|
||||||
|
|
||||||
await HydraApi.delete(`/profile/games/achievements/${game.remoteId}`)
|
await HydraApi.delete(`/profile/games/achievements/${game.remoteId}`)
|
||||||
.catch((err) => achievementsLogger.error(err))
|
|
||||||
.then((res) => achievementsLogger.log(res));
|
.then((res) => achievementsLogger.log(res));
|
||||||
|
|
||||||
const gameAchievements = await getUnlockedAchievements(
|
const gameAchievements = await getUnlockedAchievements(
|
||||||
|
|||||||
Reference in New Issue
Block a user