Skip to content

Commit

Permalink
fix blackhole type
Browse files Browse the repository at this point in the history
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
  • Loading branch information
MHSanaei and alireza0 committed Apr 17, 2024
1 parent 7118d92 commit 0e17521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/assets/js/model/outbound.js
Original file line number Diff line number Diff line change
Expand Up @@ -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={}) {
Expand Down

0 comments on commit 0e17521

Please sign in to comment.