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/
pull/27/head
deepsource-autofix[bot] 2020-10-16 07:31:24 +00:00 committed by GitHub
parent 987a9f08f0
commit a3a7938027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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