Format code with prettier
This commit fixes the style issues introduced in e30728b
according to the output
from prettier.
Details: https://deepsource.io/gh/MillenniumEarl/F95API/transform/075afe6c-3c63-4bd3-9866-78b555209044/
pull/29/head
parent
e30728bde5
commit
aa31215b4b
|
@ -54,9 +54,7 @@ module.exports.getGameInfo = async function (browser, url) {
|
|||
info.overview = overview;
|
||||
info.tags = await tags;
|
||||
info.f95url = url;
|
||||
info.version = info.isMod
|
||||
? parsedInfos["MOD VERSION"]
|
||||
: parsedInfos.VERSION;
|
||||
info.version = info.isMod ? parsedInfos["MOD VERSION"] : parsedInfos.VERSION;
|
||||
info.lastUpdate = info.isMod
|
||||
? parsedInfos.UPDATED
|
||||
: parsedInfos["THREAD UPDATED"];
|
||||
|
|
Loading…
Reference in New Issue