updates
This commit is contained in:
+1
-1
@@ -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": {
|
||||
|
||||
@@ -66,10 +66,6 @@ function sanitizeSql(input, spaces) {
|
||||
*/
|
||||
let finalText = input;
|
||||
|
||||
if (regex) {
|
||||
finalText = input.toString().replace(regex, "");
|
||||
}
|
||||
|
||||
if (spaces) {
|
||||
} else {
|
||||
finalText = input
|
||||
|
||||
Reference in New Issue
Block a user