mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
fix: change console.info to console.log
This commit is contained in:
parent
f3d617a13a
commit
257a71d626
@ -36,7 +36,8 @@ const resetGameAchievements = async (
|
|||||||
);
|
);
|
||||||
|
|
||||||
await HydraApi.delete(`/profile/games/${game.remoteId}/achievements`).then(
|
await HydraApi.delete(`/profile/games/${game.remoteId}/achievements`).then(
|
||||||
(res) => console.info(res));
|
(res) => console.log(res)
|
||||||
|
);
|
||||||
|
|
||||||
const gameAchievements = await getUnlockedAchievements(
|
const gameAchievements = await getUnlockedAchievements(
|
||||||
game.objectID,
|
game.objectID,
|
||||||
|
Loading…
Reference in New Issue
Block a user