Skip to content

Commit

Permalink
fix bad has sequential reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
dhontecillas committed Jan 26, 2024
1 parent 18b9a94 commit e5c7a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func hasSequentialProxy(s *Service) bool {
return true
}
}
return true
return false
}

func hasQueryStringWildcard(s *Service) bool {
Expand Down

0 comments on commit e5c7a43

Please sign in to comment.