We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d2fec commit 3b00251Copy full SHA for 3b00251
packages/client/src/envconfig.ts
@@ -368,10 +368,6 @@ export class ClientConfigProfile {
368
* ```
369
*/
370
public toClientConnectConfig(): ClientConnectConfig {
371
- if (!this.address) {
372
- throw new Error("Configuration profile must contain an 'address' to be used for client connection");
373
- }
374
-
375
const tlsConfig = this.tls?.toTLSConfig();
376
377
return {
0 commit comments