不要怂,就是干,撸起袖子干!

Commit 6ded23fd by sdepold

remove escaped quotes in escape

1 parent cc023c94
Showing with 1 additions and 1 deletions
......@@ -35,7 +35,7 @@ var Utils = module.exports = {
return s.replace("`", "")
},
escape: function(s) {
return client.escape(s)
return client.escape(s).replace(/\\"/g, '"')
},
format: function(arr) {
var query = arr[0]
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!