mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: level as external dep
This commit is contained in:
parent
0f0a67b55e
commit
71cb4cd240
7 changed files with 15 additions and 9 deletions
|
@ -13,7 +13,7 @@ const getGameByObjectId = async (
|
|||
downloadsSublevel.get(gameKey),
|
||||
]);
|
||||
|
||||
if (!game) return null;
|
||||
if (!game || game.isDeleted) return null;
|
||||
|
||||
return { id: gameKey, ...game, download };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue