Skip to content

Commit

Permalink
fix: event being async
Browse files Browse the repository at this point in the history
  • Loading branch information
ProdPreva1l committed Jun 29, 2024
1 parent ba44f27 commit dd10a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public final class ListingEndEvent extends Event {
private final ListingEndReason reason;

public ListingEndEvent(ListingEndReason reason) {
super();
super(true);
this.reason = reason;
}
}

0 comments on commit dd10a3a

Please sign in to comment.