Skip to content

Commit 95bf305

Browse files
timea-solidTallTed
andauthored
Update src/chat/chatLogic.js
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent f3028bd commit 95bf305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chat/chatLogic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class ChatChannel {
9494
}
9595

9696
// Create a new thread of replies to the thread root message
97-
// or returns one which already exists
97+
// or return one which already exists
9898

9999
async createThread (threadRoot) {
100100
const already = store.each(threadRoot, ns.sioc('has_reply'), null, threadRoot.doc())

0 commit comments

Comments
 (0)