Skip to content

Commit

Permalink
fix:linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabil-Salah committed Jan 1, 2025
1 parent 565c1b8 commit 7ecc259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/geoip/geoip.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func getLocation(geoIPService string) (Location, error) {
City: "Unknown",
}

defaultHTTPClient.HTTPClient.Timeout = 10* time.Second
defaultHTTPClient.HTTPClient.Timeout = 10 * time.Second
defaultHTTPClient.RetryMax = 5
resp, err := defaultHTTPClient.Get(geoIPService)
if err != nil {
Expand Down

0 comments on commit 7ecc259

Please sign in to comment.