fix: change console.info to console.log

This commit is contained in:
Hachi-R 2025-01-02 09:37:58 -03:00
parent f3d617a13a
commit 257a71d626

View File

@ -36,7 +36,8 @@ const resetGameAchievements = async (
);
await HydraApi.delete(`/profile/games/${game.remoteId}/achievements`).then(
(res) => console.info(res));
(res) => console.log(res)
);
const gameAchievements = await getUnlockedAchievements(
game.objectID,