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

Commit dc069be5 by Malte Legenhausen

Fix create include parameter

1 parent d890571d
Showing with 2 additions and 1 deletions
...@@ -1027,7 +1027,8 @@ module.exports = (function() { ...@@ -1027,7 +1027,8 @@ module.exports = (function() {
return this.build(values, { return this.build(values, {
isNewRecord: true, isNewRecord: true,
attributes: options.fields attributes: options.fields,
include: options.include
}).save(options); }).save(options);
}; };
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!