Ver código fonte

fix blackhole type

Co-Authored-By: Alireza Ahmadi <[email protected]>
mhsanaei 11 meses atrás
pai
commit
0e17521326
1 arquivos alterados com 1 adições e 1 exclusões
  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={}) {