Skip to content

Commit

Permalink
BUG/MINOR: add missing field when parsing the balance field
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianonunes authored and mjuraga committed Mar 26, 2024
1 parent 51e8587 commit bffd2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,7 @@ func (s *SectionParser) balance() interface{} {
b.URIDepth = prm.Depth
b.URILen = prm.Len
b.URIWhole = prm.Whole
b.URIPathOnly = prm.PathOnly
case *params.BalanceURLParam:
b.URLParam = prm.Param
b.URLParamCheckPost = prm.CheckPost
Expand Down

0 comments on commit bffd2e0

Please sign in to comment.