diff --git a/docs/timestamps.md b/docs/timestamps.md index 4f8b4433f7..dcb4a47be8 100644 --- a/docs/timestamps.md +++ b/docs/timestamps.md @@ -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 -``` \ No newline at end of file +```