updates
This commit is contained in:
parent
6307c4a980
commit
541f777f5c
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "datasquirel",
|
"name": "datasquirel",
|
||||||
"version": "1.1.57",
|
"version": "1.1.58",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -66,10 +66,6 @@ function sanitizeSql(input, spaces) {
|
|||||||
*/
|
*/
|
||||||
let finalText = input;
|
let finalText = input;
|
||||||
|
|
||||||
if (regex) {
|
|
||||||
finalText = input.toString().replace(regex, "");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (spaces) {
|
if (spaces) {
|
||||||
} else {
|
} else {
|
||||||
finalText = input
|
finalText = input
|
||||||
|
Loading…
Reference in New Issue
Block a user