mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 03:34:35 +00:00
chore: remove residue
This commit is contained in:
@@ -110,7 +110,6 @@ const userSchema = new Schema<IUserDocument>({
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
// userSchema.plugin(AutoIncrement, { inc_field: 'id' })
|
|
||||||
|
|
||||||
// Hooks
|
// Hooks
|
||||||
userSchema.pre('save', async function (next) {
|
userSchema.pre('save', async function (next) {
|
||||||
|
|||||||
Reference in New Issue
Block a user