mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-15 15:41:23 +00:00
fixup: fix type errors
This commit is contained in:
@@ -195,7 +195,7 @@ export const useChatStore = createPersistStore(
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
newSession(mask: Mask) {
|
newSession(mask?: Mask) {
|
||||||
const session = createEmptySession();
|
const session = createEmptySession();
|
||||||
|
|
||||||
if (mask) {
|
if (mask) {
|
||||||
|
Reference in New Issue
Block a user