Skip to content

Commit

Permalink
remove checkConnection from setup, only use it in start command
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jul 18, 2024
1 parent fde94d0 commit 7b81061
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/js/packages/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ export class StarshipClient implements StarshipClientI {
}

public setup(): void {
this.checkConnection();
this.setupHelm();
}

Expand Down

0 comments on commit 7b81061

Please sign in to comment.