Format code with prettier
This commit fixes the style issues introduced in 44d7e12
according to the output
from prettier.
Details: https://deepsource.io/gh/MillenniumEarl/F95API/transform/8fbb51d2-b232-4257-bf7e-91a7b855aaa0/
pull/11/head
parent
44d7e126c8
commit
eaf472cbe4
|
@ -192,7 +192,7 @@ module.exports.chekIfGameHasUpdate = async function (info) {
|
|||
return info.version;
|
||||
}
|
||||
|
||||
// F95 change URL at every game update,
|
||||
// F95 change URL at every game update,
|
||||
// so if the URL is the same no update is available
|
||||
return await urlExists(info.f95url, true);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue