Shun Miyazawa 1 год назад
Родитель
Сommit
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: {
     name: {
       type: String,
       type: String,
       required: true,
       required: true,
-      trim: true,
     },
     },
     description: {
     description: {
       type: String,
       type: String,