mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
fix: remove minlength validation for support contact name in agent schema
This commit is contained in:
parent
8ff127aec0
commit
bfeb7bfdd3
1 changed files with 0 additions and 1 deletions
|
|
@ -102,7 +102,6 @@ const agentSchema = new Schema<IAgent>(
|
|||
type: {
|
||||
name: {
|
||||
type: String,
|
||||
minlength: [3, 'Support contact name must be at least 3 characters.'],
|
||||
trim: true,
|
||||
},
|
||||
email: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue