Shun Miyazawa hace 1 año
padre
commit
9930e20026
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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,