fixed typo

This commit is contained in:
tscherrie tscherru 2023-04-16 05:32:55 +00:00
parent 35da067ad4
commit cf2e7849ee

View File

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