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.
1 parent bbad8ba commit d93abb9Copy full SHA for d93abb9
src/RestWrite.js
@@ -1552,7 +1552,7 @@ RestWrite.prototype.runAfterSaveTrigger = function () {
1552
.then(result => {
1553
const jsonReturned = result && !result._toFullJSON;
1554
if (jsonReturned) {
1555
- this.pendingOps = true;
+ this.pendingOps = {};
1556
this.response.response = result;
1557
} else {
1558
this.response.response = this._updateResponseWithData(
0 commit comments