1
0
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:
2023-05-01 19:54:43 +05:00
parent dba53de646
commit ac27a9b894

View File

@@ -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) {