diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-04-17 08:33:22 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-04-17 08:33:22 +0300 |
| commit | 0e175213268ece99f75f75ccc622a9b2938a6a13 (patch) | |
| tree | 0aae2d50a8f8ef033445af0a7e9f6169ba33b06d /web | |
| parent | 7118d92980ebb60ea65e30008d6a4be9423d414a (diff) | |
fix blackhole type
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web')
| -rw-r--r-- | web/assets/js/model/outbound.js | 2 |
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={}) { |
