Skip to content

Commit

Permalink
fix md lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 1, 2024
1 parent 5062842 commit 008f708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/timestamps.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,4 @@ await Model.updateOne({ _id: doc._id }, { createdAt }, { overwriteImmutable: tru

doc = await Model.collection.findOne({ _id: doc._id });
doc.createdAt.valueOf() === createdAt.valueOf(); // true
```
```

0 comments on commit 008f708

Please sign in to comment.