fixed typo

This commit is contained in:
tscherrie tscherru 2023-04-16 05:32:55 +00:00
parent f042d07ee7
commit 2c35c26749

View File

@ -560,7 +560,6 @@ export const useChatStore = create<ChatStore>()(
onError(error) { onError(error) {
console.error("[Summarize] ", error); console.error("[Summarize] ", error);
}, },
enen,
}, },
); );
} }