feat: dont set game as removed when deleting instalation folder

This commit is contained in:
Zamitto 2024-06-04 17:33:21 -03:00
parent d6e57c20c7
commit 7ac7d92a28
5 changed files with 60 additions and 49 deletions

View file

@ -30,6 +30,6 @@ export const getSteamAppDetails = async (
})
.catch((err) => {
logger.error(err, { method: "getSteamAppDetails" });
throw new Error(err);
return null;
});
};