Skip to content

Commit 2cb16ee

Browse files
committed
Reverting. Will work on this in a separate PR.
1 parent 3bcbb05 commit 2cb16ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/submit-request.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ SubmitRequest.prototype._addSnapshotMeta = function() {
265265
meta.ctime = this.start;
266266
} else if (this.op.del) {
267267
this.op.m.data = this.snapshot.data;
268-
// break circular dependency if snapshot data already contains metadata
269-
delete this.op.m.data._m;
270268
}
271269
meta.mtime = this.start;
272270
};

0 commit comments

Comments
 (0)