Shun Miyazawa 1 năm trước cách đây
mục cha
commit
da3aaa0e73
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/app/src/features/openai/interfaces/ai-assistant.ts

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

@@ -11,7 +11,7 @@ export const AiAssistantScopeType = {
 } as const;
 
 export const AiAssistantShareScope = {
-  PUBLIC_ONLY: 'publicOnly',
+  PUBLIC_ONLY: 'publicOnly', // TODO: Rename to "PUBLIC"
   OWNER: 'owner',
   GROUPS: 'groups',
 } as const;