refactor(channels): pass setup input to mutator

This commit is contained in:
Peter Steinberger
2026-02-14 14:13:12 +00:00
parent f97ad8f288
commit 3150ece95a
2 changed files with 3 additions and 66 deletions

View File

@@ -213,7 +213,7 @@ export async function channelsAddCommand(
cfg: nextConfig,
channel,
accountId,
...input,
input,
});
await writeConfigFile(nextConfig);