We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9510700 + 43b9865 commit 4dce94cCopy full SHA for 4dce94c
lib/user.js
@@ -452,8 +452,8 @@ module.exports = function(AV) {
452
/**
453
* @see AV.Object#fetch
454
*/
455
- fetch: function(options) {
456
- return AV.Object.prototype.fetch.call(this, filterOutCallbacks(options))
+ fetch: function(fetchOptions, options) {
+ return AV.Object.prototype.fetch.call(this, fetchOptions, {})
457
.then(function(model) {
458
return model._handleSaveResult(false).then(function() {
459
return model;
0 commit comments