chore: resolving merge conflict on downloads

This commit is contained in:
Chubby Granny Chaser
2024-06-05 14:30:12 +01:00
5 changed files with 56 additions and 41 deletions

View File

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