master^2
HP 2024-08-21 20:33:32 +02:00
parent 97d8f9cb36
commit 64bdf1f8a2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const schema = new mongoose.Schema({
require: true, require: true,
maxLength: 70, maxLength: 70,
minLength: 2, minLength: 2,
default: "" default: ''
}, },
firstname: { firstname: {
type: String, type: String,