mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 15:58:27 +00:00
chore: format and sync protocol outputs
This commit is contained in:
@@ -317,7 +317,10 @@ export async function setupChannels(
|
||||
};
|
||||
|
||||
const buildSelectionOptions = (
|
||||
entries: Array<{ id: ChannelChoice; meta: { id: string; label: string; selectionLabel?: string } }>,
|
||||
entries: Array<{
|
||||
id: ChannelChoice;
|
||||
meta: { id: string; label: string; selectionLabel?: string };
|
||||
}>,
|
||||
) =>
|
||||
entries.map((entry) => {
|
||||
const status = statusByChannel.get(entry.id);
|
||||
|
||||
Reference in New Issue
Block a user