mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: refactoring code
This commit is contained in:
parent
9c7651d8e2
commit
7cddcd8147
10 changed files with 273 additions and 334 deletions
|
@ -44,7 +44,7 @@ const addGameToLibrary = async (
|
|||
});
|
||||
}
|
||||
|
||||
updateLocalUnlockedAchivements(true, objectID);
|
||||
updateLocalUnlockedAchivements(objectID);
|
||||
|
||||
const game = await gameRepository.findOne({ where: { objectID } });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue