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

Commit cce7a311 by Victor Zeng Committed by Mick Hansen

using uderscore for checking string

1 parent 6426c53f
Showing with 1 additions and 1 deletions
...@@ -541,7 +541,7 @@ module.exports = (function() { ...@@ -541,7 +541,7 @@ module.exports = (function() {
if (options.where) { if (options.where) {
if (Array.isArray(options.where)) { if (Array.isArray(options.where)) {
options.where = Utils.format(options.where); options.where = Utils.format(options.where);
} else if (!String.isString(options.where)) { } else if (!Utils._.isString(options.where)) {
delete options.where delete options.where
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!