@@ -832,7 +832,7 @@ Outbound.FreedomSettings.Fragment = class extends CommonClass {
|
|||||||
Outbound.BlackholeSettings = class extends CommonClass {
|
Outbound.BlackholeSettings = class extends CommonClass {
|
||||||
constructor(type) {
|
constructor(type) {
|
||||||
super();
|
super();
|
||||||
this.type;
|
this.type = type;
|
||||||
}
|
}
|
||||||
|
|
||||||
static fromJson(json={}) {
|
static fromJson(json={}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user