fix blackhole type

Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
mhsanaei 2024-04-17 09:03:22 +03:30
parent a24d7df229
commit 0f3cfebb7c

View file

@ -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={}) {