Yidadaa 2 жил өмнө
parent
commit
c73a91a0f5

+ 1 - 1
app/store/chat.ts

@@ -195,7 +195,7 @@ export const useChatStore = createPersistStore(
         });
         });
       },
       },
 
 
-      newSession(mask: Mask) {
+      newSession(mask?: Mask) {
         const session = createEmptySession();
         const session = createEmptySession();
 
 
         if (mask) {
         if (mask) {