mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
fix blackhole type
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
parent
7118d92980
commit
0e17521326
1 changed files with 1 additions and 1 deletions
|
@ -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={}) {
|
||||
|
|
Loading…
Reference in a new issue