mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +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(),
|
||||
isDeleted: false,
|
||||
},
|
||||
select: {
|
||||
objectID: true,
|
||||
},
|
||||
});
|
||||
|
||||
const gameExecutableIds: string[] = [];
|
||||
|
Loading…
Reference in New Issue
Block a user