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