drudge / mongoose-timestamp

Adds createdAt and updatedAt date attributes that get auto-assigned to the most recent create/update timestamp
Other
308 stars 64 forks source link

`updatedAt` is not updating after any document get updated. #54

Open GautamSulok opened 6 months ago

GautamSulok commented 6 months ago

updatedAt is not updating after any document get updated. example my query

User.findByIdAndUpdate(id, { last_login: new Date() }).exec()