Correction: small changes

This commit is contained in:
Alireza Ahmadi
2023-05-22 23:28:01 +02:00
parent 0bf6987fbc
commit 7305953cf1
5 changed files with 11 additions and 2 deletions

View File

@@ -37,6 +37,7 @@
this.client = settings.clients[clientIndex];
remark = this.dbInbound.remark + "-" + this.client.email;
address = this.dbInbound.address;
this.subId = '';
this.qrcodes = [];
if (this.inbound.tls && !ObjectUtil.isArrEmpty(this.inbound.stream.tls.settings.domains)) {
this.inbound.stream.tls.settings.domains.forEach((domain) => {