From eaf472cbe40c0e25da0e97a1420dced88992d9d1 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 09:34:39 +0000 Subject: [PATCH] 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/ --- app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.js b/app/index.js index e5dce9f..8e5db89 100644 --- a/app/index.js +++ b/app/index.js @@ -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); };