feat: remove wine prefix on pre search

This commit is contained in:
Zamitto 2024-10-28 17:38:27 -03:00
parent 5705de7d7a
commit 3bddd7e76b

View file

@ -219,7 +219,6 @@ export class AchievementWatcherManager {
const games = await gameRepository.find({
where: {
isDeleted: false,
winePrefixPath: Not(IsNull()),
},
});