We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d542cf + a4338d8 commit 575e7bfCopy full SHA for 575e7bf
1 file changed
src/api/services/whatsapp.service.ts
@@ -583,7 +583,7 @@ export class WAStartupService {
583
this.logger.verbose(`Proxy enabled: ${this.localProxy.enabled}`);
584
585
this.localProxy.proxy = data?.proxy;
586
- this.logger.verbose(`Proxy proxy: ${this.localProxy.proxy.host}`);
+ this.logger.verbose(`Proxy proxy: ${this.localProxy.proxy?.host}`);
587
588
this.logger.verbose('Proxy loaded');
589
}
0 commit comments