Skip to content

Commit

Permalink
remove unused params
Browse files Browse the repository at this point in the history
Signed-off-by: instamenta <[email protected]>
  • Loading branch information
instamenta committed Dec 13, 2024
1 parent 3361081 commit 4f0b286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export class NetworkCommand extends BaseCommand {
},
{
title: 'Check if cluster setup chart is installed',
task: async (ctx, task) => {
task: async () => {
const isChartInstalled = await this.chartManager.isChartInstalled('', constants.SOLO_CLUSTER_SETUP_CHART);
if (!isChartInstalled) {
throw new SoloError(
Expand Down

0 comments on commit 4f0b286

Please sign in to comment.