chore: format code

This commit is contained in:
Joe Fleming
2026-03-13 14:46:15 -06:00
parent 345cfef425
commit 7e28a09345
18 changed files with 263 additions and 93 deletions

View File

@@ -60,7 +60,7 @@ export class ChannelManager {
}
const content = msg.content ?? '';
const chatId = msg.metadata?.['channel_id'] as string | undefined ?? msg.chatId;
const chatId = (msg.metadata?.['channel_id'] as string | undefined) ?? msg.chatId;
const rootId = msg.metadata?.['root_id'] as string | undefined;
try {