forked from XiaoMo/ChatGPT-Next-Web
fixup: fix type errors
This commit is contained in:
parent
5dced28088
commit
c73a91a0f5
@ -195,7 +195,7 @@ export const useChatStore = createPersistStore(
|
||||
});
|
||||
},
|
||||
|
||||
newSession(mask: Mask) {
|
||||
newSession(mask?: Mask) {
|
||||
const session = createEmptySession();
|
||||
|
||||
if (mask) {
|
||||
|
Loading…
Reference in New Issue
Block a user