Compare commits
No commits in common. "b9edd0091c7477ef91b933e67f459c5a66ba3215" and "a927727c1ba8d636cd9c821909772d6007c73627" have entirely different histories.
b9edd0091c
...
a927727c1b
@ -11,9 +11,6 @@ const schema = new Schema({
|
|||||||
schema.set('toJSON', {
|
schema.set('toJSON', {
|
||||||
virtuals: true,
|
virtuals: true,
|
||||||
versionKey: false,
|
versionKey: false,
|
||||||
transform(_doc, ret) {
|
|
||||||
delete ret._id;
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
|
|
||||||
schema.virtual('id').get(function () {
|
schema.virtual('id').get(function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user