mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
refactor: trim channel setup registry
This commit is contained in:
@@ -73,7 +73,3 @@ export function getChannelSetupWizardAdapter(
|
||||
): ChannelSetupWizardAdapter | undefined {
|
||||
return getChannelSetupWizardAdapterMap().get(channel);
|
||||
}
|
||||
|
||||
export function listChannelSetupWizardAdapters(): ChannelSetupWizardAdapter[] {
|
||||
return Array.from(getChannelSetupWizardAdapterMap().values());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user