diff --git a/package.json b/package.json index 947b90a..3a49080 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datasquirel", - "version": "1.1.57", + "version": "1.1.58", "description": "Cloud-based SQL data management tool", "main": "index.js", "scripts": { diff --git a/utils/functions/sanitizeSql.js b/utils/functions/sanitizeSql.js index 463f9f2..e624f3e 100644 --- a/utils/functions/sanitizeSql.js +++ b/utils/functions/sanitizeSql.js @@ -66,10 +66,6 @@ function sanitizeSql(input, spaces) { */ let finalText = input; - if (regex) { - finalText = input.toString().replace(regex, ""); - } - if (spaces) { } else { finalText = input