mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50: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: {
|
type: {
|
||||||
name: {
|
name: {
|
||||||
type: String,
|
type: String,
|
||||||
minlength: [3, 'Support contact name must be at least 3 characters.'],
|
|
||||||
trim: true,
|
trim: true,
|
||||||
},
|
},
|
||||||
email: {
|
email: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue