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 7118d92980
commit 0e17521326

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