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

Commit 72c524c9 by sdepold

removed unused private method

1 parent 0de06c45
Showing with 0 additions and 9 deletions
...@@ -247,14 +247,5 @@ module.exports = (function() { ...@@ -247,14 +247,5 @@ module.exports = (function() {
}).run() }).run()
} }
var query = function() {
var args = Utils._.map(arguments, function(arg, _) { return arg })
// add this as callee via the second argument
if(arguments.length == 1) args.push(this)
return this.sequelize.query.apply(this.sequelize, args)
}
return QueryInterface return QueryInterface
})() })()
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!