updates
This commit is contained in:
parent
6307c4a980
commit
541f777f5c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user