From 64bdf1f8a2f691949af8ce4127ad34afd034ccdf Mon Sep 17 00:00:00 2001 From: HP Date: Wed, 21 Aug 2024 20:33:32 +0200 Subject: [PATCH] gailaur --- feature/contact/model/contact.model.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/contact/model/contact.model.js b/feature/contact/model/contact.model.js index d04d8e0..5270679 100644 --- a/feature/contact/model/contact.model.js +++ b/feature/contact/model/contact.model.js @@ -6,7 +6,7 @@ const schema = new mongoose.Schema({ require: true, maxLength: 70, minLength: 2, - default: "" + default: '' }, firstname: { type: String,