From 0e175213268ece99f75f75ccc622a9b2938a6a13 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Wed, 17 Apr 2024 09:03:22 +0330 Subject: [PATCH] fix blackhole type Co-Authored-By: Alireza Ahmadi --- web/assets/js/model/outbound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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={}) {