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 6ba9af8 commit 26c71aeCopy full SHA for 26c71ae
lib/submit-request.js
@@ -265,8 +265,8 @@ SubmitRequest.prototype._addSnapshotMeta = function() {
265
meta.ctime = this.start;
266
} else if (this.op.del) {
267
this.op.m.data = this.snapshot.data;
268
- // break circular dependency if snapshot data already contains metadata
269
- delete this.op.m.data._m;
+ // break circular dependency if snapshot data already contains metadata
+ delete this.op.m.data._m;
270
}
271
meta.mtime = this.start;
272
};
0 commit comments