chore: resolving merge conflict on downloads

This commit is contained in:
Chubby Granny Chaser 2024-06-05 14:30:12 +01:00
commit d123f63095
No known key found for this signature in database
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;
});
};