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
deepsource-autofix[bot] 2020-10-10 09:34:39 +00:00 committed by GitHub
parent 44d7e126c8
commit eaf472cbe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
};