fix blackhole type
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
parent
7118d92980
commit
0e17521326
@ -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={}) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user