fix: adjusts in proxy

This commit is contained in:
Davidson Gomes
2023-12-01 20:09:19 -03:00
parent d75163aa57
commit 2de0b61726
3 changed files with 19 additions and 3 deletions

View File

@@ -1297,7 +1297,7 @@ export class WAStartupService {
let options;
if (this.localProxy.enabled) {
this.logger.verbose('Proxy enabled');
this.logger.info('Proxy enabled: ' + this.localProxy.proxy);
if (this.localProxy.proxy.includes('proxyscrape')) {
const response = await axios.get(this.localProxy.proxy);