diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js index 6c4313b1..17903fe1 100644 --- a/web/assets/js/model/outbound.js +++ b/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={}) {