Shun Miyazawa пре 1 година
родитељ
комит
9930e20026
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      apps/app/src/features/openai/server/models/ai-assistant.ts

+ 0 - 1
apps/app/src/features/openai/server/models/ai-assistant.ts

@@ -54,7 +54,6 @@ const schema = new Schema<AiAssistantDocument>(
     name: {
       type: String,
       required: true,
-      trim: true,
     },
     description: {
       type: String,