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
parent
987a9f08f0
commit
a3a7938027
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue