From a3a7938027484b8405f62c529691c09c88ba0ec7 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 07:31:24 +0000 Subject: [PATCH] Format code with prettier This commit fixes the style issues introduced in 987a9f0 according to the output from prettier. Details: https://deepsource.io/gh/MillenniumEarl/F95API/transform/7a503f7c-de63-49c4-ba10-80260ddecfbe/ --- app/scripts/game-scraper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/game-scraper.js b/app/scripts/game-scraper.js index 3114d1a..cc66855 100644 --- a/app/scripts/game-scraper.js +++ b/app/scripts/game-scraper.js @@ -61,7 +61,7 @@ module.exports.getGameInfo = async function (browser, url) { ? parsedInfos["UPDATED"] : parsedInfos["THREAD UPDATED"]; info.previewSource = await previewSource; - info.changelog = (await changelog || "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