fix ws link null host #1189

This commit is contained in:
Alireza Ahmadi
2024-04-20 22:07:39 +02:00
parent 8ff75c626e
commit f6b4334696

View File

@@ -948,7 +948,7 @@ class Inbound extends XrayCommonClass {
return header.value;
}
}
return null;
return "";
}
get host() {