From ac27a9b894b25e9c74a62697dc5a69cde77c0c7f Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Mon, 1 May 2023 19:54:43 +0500 Subject: [PATCH] chore: remove residue --- api/src/model/User.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/model/User.ts b/api/src/model/User.ts index 1669004..d053792 100644 --- a/api/src/model/User.ts +++ b/api/src/model/User.ts @@ -110,7 +110,6 @@ const userSchema = new Schema({ } ] }) -// userSchema.plugin(AutoIncrement, { inc_field: 'id' }) // Hooks userSchema.pre('save', async function (next) {