Skip to content

Commit

Permalink
Merge pull request #45677 from gsmet/fix-missing-configitem
Browse files Browse the repository at this point in the history
Add missing @configitem to FilterConfig
  • Loading branch information
gsmet authored Jan 17, 2025
2 parents a98fb44 + 6adfaff commit 7ef6a25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ public class FilterConfig {
/**
* Order in which this path config is applied. Higher priority takes precedence
*/
@ConfigItem
public OptionalInt order;
}

0 comments on commit 7ef6a25

Please sign in to comment.