mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +00:00
feat: log response after deleting game achievements
This commit is contained in:
parent
9672e649e4
commit
f3d617a13a
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
game.objectID,
|
||||
|
|
Loading…
Reference in a new issue