Skip to content

Commit 7b81061

Browse files
committed
remove checkConnection from setup, only use it in start command
1 parent fde94d0 commit 7b81061

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/js/packages/client/src/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ export class StarshipClient implements StarshipClientI {
189189
}
190190

191191
public setup(): void {
192-
this.checkConnection();
193192
this.setupHelm();
194193
}
195194

0 commit comments

Comments
 (0)