Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
firminochangani committed Jan 6, 2024
1 parent 9fb8de4 commit e5a1279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/adapters/endpoint_checkers/http_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,6 @@ func mapHeadersToString(headers http.Header) string {
}

func randomUserAgent(userAgents *[]string, max int) string {
//nolint:gosec
return (*userAgents)[rand.Intn(max-0)+0]
}

0 comments on commit e5a1279

Please sign in to comment.