lint
This commit is contained in:
parent
97e3f24bdf
commit
c64f97ca5e
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ export const useChatsStore = defineStore('chats', {
|
|||
})
|
||||
|
||||
// We do unshift in update so we reverse the chat list here
|
||||
result.data.forEach(chat => this.updateChat(chat))
|
||||
result.data.forEach((chat) => this.updateChat(chat))
|
||||
},
|
||||
readChat(id) {
|
||||
const chat = this.data.get(id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue