fix blackhole type #1149

This commit is contained in:
Alireza Ahmadi
2024-04-10 23:27:40 +02:00
parent da757b7bcf
commit ce7e5d07c7

View File

@@ -829,7 +829,7 @@ Outbound.FreedomSettings.Fragment = class extends CommonClass {
Outbound.BlackholeSettings = class extends CommonClass {
constructor(type) {
super();
this.type;
this.type = type;
}
static fromJson(json={}) {