Browse Source

fix blackhole type

Co-Authored-By: Alireza Ahmadi <[email protected]>
mhsanaei 10 months ago
parent
commit
0e17521326
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/assets/js/model/outbound.js

+ 1 - 1
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={}) {