瀏覽代碼

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>