mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
feat: log response after deleting game achievements
This commit is contained in:
parent
9672e649e4
commit
f3d617a13a
@ -35,7 +35,8 @@ const resetGameAchievements = async (
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
await HydraApi.delete(`/profile/games/${game.remoteId}/achievements`);
|
await HydraApi.delete(`/profile/games/${game.remoteId}/achievements`).then(
|
||||||
|
(res) => console.info(res));
|
||||||
|
|
||||||
const gameAchievements = await getUnlockedAchievements(
|
const gameAchievements = await getUnlockedAchievements(
|
||||||
game.objectID,
|
game.objectID,
|
||||||
|
Loading…
Reference in New Issue
Block a user