浏览代码

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