mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Remove one empty line between methods
This commit is contained in:
parent
9f25d652d5
commit
cbae8d5ec2
1 changed files with 0 additions and 1 deletions
|
|
@ -541,7 +541,6 @@ class ChatThreadService extends Disposable implements IChatThreadService {
|
|||
return Object.keys(allThreads ?? {}).sort((threadId1, threadId2) => allThreads[threadId1].lastModified > allThreads[threadId2].lastModified ? -1 : 1)
|
||||
}
|
||||
|
||||
|
||||
_addMessageToThread(threadId: string, message: ChatMessage) {
|
||||
const { allThreads } = this.state
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue