Jelajahi Sumber

fix blackhole type

Co-Authored-By: Alireza Ahmadi <[email protected]>
mhsanaei 11 bulan lalu
induk
melakukan
0e17521326
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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={}) {