From 97fd16348e95f7a3086c4e210a7e4ba308c55530 Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Wed, 28 Jul 2021 17:07:02 +0000 Subject: [PATCH] [CodeFactor] Apply fixes --- modules/komStatic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/komStatic.js b/modules/komStatic.js index 7f0c533..493c86a 100644 --- a/modules/komStatic.js +++ b/modules/komStatic.js @@ -76,7 +76,7 @@ module.exports = { default: return false; - }; + } return true; } };