mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-28 13:21:02 +00:00
refactor: games id without path get only games objectID
This commit is contained in:
@@ -38,6 +38,9 @@ const gamesIdWithoutPath = async () => {
|
|||||||
executablePath: IsNull(),
|
executablePath: IsNull(),
|
||||||
isDeleted: false,
|
isDeleted: false,
|
||||||
},
|
},
|
||||||
|
select: {
|
||||||
|
objectID: true,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const gameExecutableIds: string[] = [];
|
const gameExecutableIds: string[] = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user