소스 검색

add space

Shun Miyazawa 1 년 전
부모
커밋
92d6e341b3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      apps/app/src/features/openai/interfaces/thread-relation.ts

+ 1 - 0
apps/app/src/features/openai/interfaces/thread-relation.ts

@@ -9,6 +9,7 @@ export const ThreadType = {
 } as const;
 
 export type ThreadType = typeof ThreadType[keyof typeof ThreadType];
+
 export interface IThreadRelation {
   userId: Ref<IUser>
   aiAssistant: Ref<AiAssistant>