Skip to content

Commit d93abb9

Browse files
committed
Update RestWrite.js
1 parent bbad8ba commit d93abb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestWrite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@ RestWrite.prototype.runAfterSaveTrigger = function () {
15521552
.then(result => {
15531553
const jsonReturned = result && !result._toFullJSON;
15541554
if (jsonReturned) {
1555-
this.pendingOps = true;
1555+
this.pendingOps = {};
15561556
this.response.response = result;
15571557
} else {
15581558
this.response.response = this._updateResponseWithData(

0 commit comments

Comments
 (0)