diff --git a/src/main/services/process-watcher.ts b/src/main/services/process-watcher.ts index 311400b7..08d513da 100644 --- a/src/main/services/process-watcher.ts +++ b/src/main/services/process-watcher.ts @@ -38,6 +38,9 @@ const gamesIdWithoutPath = async () => { executablePath: IsNull(), isDeleted: false, }, + select: { + objectID: true, + }, }); const gameExecutableIds: string[] = [];