Skip to content

Commit 4f0b286

Browse files
committed
remove unused params
Signed-off-by: instamenta <[email protected]>
1 parent 3361081 commit 4f0b286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ export class NetworkCommand extends BaseCommand {
361361
},
362362
{
363363
title: 'Check if cluster setup chart is installed',
364-
task: async (ctx, task) => {
364+
task: async () => {
365365
const isChartInstalled = await this.chartManager.isChartInstalled('', constants.SOLO_CLUSTER_SETUP_CHART);
366366
if (!isChartInstalled) {
367367
throw new SoloError(

0 commit comments

Comments
 (0)