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
+1 -1
View File
@@ -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": {
-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