فهرست منبع

Update enum reference for shareScope to use AiAssistantShareScope

Shun Miyazawa 1 سال پیش
والد
کامیت
752768ad5d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/src/features/openai/server/models/ai-assistant.ts

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

@@ -119,7 +119,7 @@ const schema = new Schema<AiAssistantDocument>(
     },
     shareScope: {
       type: String,
-      enum: Object.values(AiAssistantOwnerAccessScope),
+      enum: Object.values(AiAssistantShareScope),
       required: true,
     },
     ownerAccessScope: {