Compare commits

..

No commits in common. "b9edd0091c7477ef91b933e67f459c5a66ba3215" and "a927727c1ba8d636cd9c821909772d6007c73627" have entirely different histories.

View File

@ -11,9 +11,6 @@ const schema = new Schema({
schema.set('toJSON', {
virtuals: true,
versionKey: false,
transform(_doc, ret) {
delete ret._id;
}
})
schema.virtual('id').get(function () {