Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-04-17 08:33:22 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-04-17 08:33:22 +0300
commit0e175213268ece99f75f75ccc622a9b2938a6a13 (patch)
tree0aae2d50a8f8ef033445af0a7e9f6169ba33b06d /web/assets
parent7118d92980ebb60ea65e30008d6a4be9423d414a (diff)
fix blackhole type
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/outbound.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js
index 6c4313b1..17903fe1 100644
--- a/web/assets/js/model/outbound.js
+++ b/web/assets/js/model/outbound.js
@@ -832,7 +832,7 @@ Outbound.FreedomSettings.Fragment = class extends CommonClass {
Outbound.BlackholeSettings = class extends CommonClass {
constructor(type) {
super();
- this.type;
+ this.type = type;
}
static fromJson(json={}) {