From f81e410d080e2f1829fd2b4623c87ac805d26a01 Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Sat, 19 Mar 2022 10:52:49 +0000 Subject: [PATCH] [CodeFactor] Apply fixes --- js/classes/prestigelayer.js | 2 +- js/data/functions.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/classes/prestigelayer.js b/js/classes/prestigelayer.js index 0eb8b57..b84e685 100644 --- a/js/classes/prestigelayer.js +++ b/js/classes/prestigelayer.js @@ -791,4 +791,4 @@ class PrestigeLayer } } } -}; \ No newline at end of file +} \ No newline at end of file diff --git a/js/data/functions.js b/js/data/functions.js index 5be2137..a879506 100644 --- a/js/data/functions.js +++ b/js/data/functions.js @@ -115,7 +115,7 @@ const functions = { }, createNotification: function(notification) { - if (localTimer > 1){game.notifications.push(notification)}; + if (localTimer > 1){game.notifications.push(notification)} }, getSaveString() {