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

Commit 9740023c by Michael Robinson

Return null to tell Bluebird non-return is intentional

1 parent 1c63e02a
Showing with 1 additions and 0 deletions
......@@ -2446,6 +2446,7 @@ Model.prototype.update = function(values, options) {
delete options.attributes;
});
}
return null;
}).then(function() {
valuesUse = values;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!