diff --git a/app/index.js b/app/index.js index c5afcce..64f71b5 100644 --- a/app/index.js +++ b/app/index.js @@ -194,7 +194,7 @@ module.exports.chekIfGameHasUpdate = async function (info) { // F95 change URL at every game update, // so if the URL is the same no update is available - return await !urlExists(info.f95url, true); + return !(await urlExists(info.f95url, true)); }; /** * @public