diff --git a/app/scripts/game-scraper.js b/app/scripts/game-scraper.js index d19569d..5bf11ea 100644 --- a/app/scripts/game-scraper.js +++ b/app/scripts/game-scraper.js @@ -61,8 +61,7 @@ module.exports.getGameInfo = async function (browser, url) { ? parsedInfos["UPDATED"] : parsedInfos["THREAD UPDATED"]; info.previewSource = await previewSource; - let temp = await changelog; - info.changelog = temp ? temp : "Unknown changelog"; + info.changelog = (await changelog || "Unknown changelog"); //info.downloadInfo = await downloadData; /* Downloading games without going directly to * the platform appears to be prohibited by