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

Commit 43c6e948 by Jan Aagaard Meier

type

1 parent 0ee89ca8
Showing with 2 additions and 2 deletions
...@@ -334,8 +334,8 @@ module.exports = (function() { ...@@ -334,8 +334,8 @@ module.exports = (function() {
options = {where: parseInt(Number(options) || 0, 0)} options = {where: parseInt(Number(options) || 0, 0)}
} }
} }
options
.limit = 1 options.limit = 1
return this.QueryInterface.select(this, this.getTableName(), options, Utils._.defaults({ return this.QueryInterface.select(this, this.getTableName(), options, Utils._.defaults({
plain: true, plain: true,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!