Преглед изворни кода

fix blackhole type

Co-Authored-By: Alireza Ahmadi <[email protected]>
mhsanaei пре 11 месеци
родитељ
комит
0e17521326
1 измењених фајлова са 1 додато и 1 уклоњено
  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={}) {