Skip to content

Commit

Permalink
bug fix #138
Browse files Browse the repository at this point in the history
  • Loading branch information
karldoenitz committed Dec 10, 2024
1 parent e666ea3 commit e55e8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions request/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func (client HttpClient) request(method, uri string, headers map[string]string,
res.Content, err = io.ReadAll(response.Body)
}
}
logger.Info.Printf("Request %s %s StatusCode: %d\n", method, uri, response.StatusCode)
return
}

Expand Down

0 comments on commit e55e8d6

Please sign in to comment.