Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ukff committed Oct 3, 2024
1 parent 567d530 commit 79d39bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/globalaccounts/globalaccounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ func Run(c Config) {
query := request.URL.Query()
request.URL.RawQuery = query.Encode()
response, err := svc.Do(request)
if err != nil {
logs.Error(err)
continue
}
defer func() {
err = response.Body.Close()
if err != nil {
Expand Down

0 comments on commit 79d39bd

Please sign in to comment.