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

Commit 5de07d4b by Jisoo Park

removed duplicated comparison

1 parent 7647c343
Showing with 1 additions and 1 deletions
......@@ -26,7 +26,7 @@ module.exports = (function() {
options.where[self.__factory.target.tableName+"."+index] = value;
});
options.where = options.where ? Utils._.extend(options.where, where) : where
Utils._.extend(options.where, where)
} else {
options.where = where;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!