Skip to content

Commit

Permalink
Reverting. Will work on this in a separate PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfortun committed Jan 31, 2023
1 parent 3bcbb05 commit 2cb16ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/submit-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ SubmitRequest.prototype._addSnapshotMeta = function() {
meta.ctime = this.start;
} else if (this.op.del) {
this.op.m.data = this.snapshot.data;
// break circular dependency if snapshot data already contains metadata
delete this.op.m.data._m;
}
meta.mtime = this.start;
};
Expand Down

0 comments on commit 2cb16ee

Please sign in to comment.