feat: refactoring code

This commit is contained in:
Zamitto 2024-10-03 11:16:30 -03:00
parent 9c7651d8e2
commit 7cddcd8147
10 changed files with 273 additions and 334 deletions

View file

@ -44,7 +44,7 @@ const addGameToLibrary = async (
});
}
updateLocalUnlockedAchivements(true, objectID);
updateLocalUnlockedAchivements(objectID);
const game = await gameRepository.findOne({ where: { objectID } });