Skip to content

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Mar 19, 2022
1 parent 71a7103 commit f81e410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/classes/prestigelayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -791,4 +791,4 @@ class PrestigeLayer
}
}
}
};
}
2 changes: 1 addition & 1 deletion js/data/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const functions = {
},
createNotification: function(notification)
{
if (localTimer > 1){game.notifications.push(notification)};
if (localTimer > 1){game.notifications.push(notification)}
},
getSaveString()
{
Expand Down

0 comments on commit f81e410

Please sign in to comment.