chore: format code
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user