Skip to content

Commit

Permalink
add checkConnection command to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jul 18, 2024
1 parent c7c9cd4 commit 07331b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/js/packages/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export class StarshipClient implements StarshipClientI {
}

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

Expand Down

0 comments on commit 07331b3

Please sign in to comment.