This commit is contained in:
Tben
2023-07-04 11:17:15 +01:00
parent 6307c4a980
commit 541f777f5c
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -66,10 +66,6 @@ function sanitizeSql(input, spaces) {
*/
let finalText = input;
if (regex) {
finalText = input.toString().replace(regex, "");
}
if (spaces) {
} else {
finalText = input