We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced3648 commit 7b48303Copy full SHA for 7b48303
src/store/modules/chat/index.ts
@@ -38,7 +38,7 @@ export const useChatStore = defineStore('chat-store', {
38
uuid = r.uuid
39
this.chat.unshift({ uuid: r.uuid, data: [] })
40
if (uuid === r.uuid)
41
- await this.syncChat(r, null)
+ await this.syncChat(r, () => {})
42
}
43
if (uuid == null) {
44
uuid = Date.now()
0 commit comments