Skip to content

Commit

Permalink
🎉 fixes #1288
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Apr 3, 2016
1 parent 6fd92c8 commit df1b39a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/RestWrite.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ RestWrite.prototype.runBeforeTrigger = function() {
if (this.query && this.query.objectId) {
delete this.data.objectId
}
return this.validateSchema();
}
});
};
Expand Down Expand Up @@ -302,7 +303,7 @@ RestWrite.prototype.handleAuthData = function(authData) {
'this auth is already used');
}
}
}
}
return Promise.resolve();
});
}
Expand Down

0 comments on commit df1b39a

Please sign in to comment.