Skip to content

Commit 91edff2

Browse files
committed
futher cleanup
1 parent 3c17113 commit 91edff2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

simple/doxbee-async.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ module.exports = async function doxbee(stream, idOrPath) {
4949
const previousId = file ? file.version : null;
5050
const version = {
5151
userAccountId: fakes.userAccount.id,
52-
date: {},
5352
blobId: blobId,
5453
creatorId: fakes.userAccount.id,
5554
previousId: previousId

simple/doxbee-promise.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ module.exports = function doxbee(stream, idOrPath) {
5555
const previousId = file ? file.version : null;
5656
version = {
5757
userAccountId: fakes.userAccount.id,
58-
date: {},
5958
blobId: blobId,
6059
creatorId: fakes.userAccount.id,
6160
previousId: previousId

0 commit comments

Comments
 (0)