Browse Source

Stop the linter from complaining

tags/v0.10.6^2
Vildravn 2 years ago
parent
commit
bf4d7187aa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/misc/profanities.js

+ 1
- 1
src/server/misc/profanities.js View File

@@ -163,7 +163,7 @@ module.exports = {

isClean: function (text, finalLevel) {
text = text
.toLowerCase()
.toLowerCase();

const tree = this.tree;



Loading…
Cancel
Save