mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
refactor(ui): remove unused channel wizard getter (#106878)
This commit is contained in:
@@ -103,10 +103,6 @@ export class ChannelWizardController {
|
||||
return this.currentState;
|
||||
}
|
||||
|
||||
get activeChannel(): string | null {
|
||||
return this.channel;
|
||||
}
|
||||
|
||||
async start(channel: string | null): Promise<void> {
|
||||
const client = this.getClient();
|
||||
if (!client) {
|
||||
|
||||
Reference in New Issue
Block a user