Skip to content
Snippets Groups Projects
Commit 1fcdc7bb authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

err

parent 6bb6d448
No related branches found
No related tags found
No related merge requests found
Pipeline #7782 failed
...@@ -467,7 +467,7 @@ func main() { ...@@ -467,7 +467,7 @@ func main() {
if err != nil { if err != nil {
log.Error(err) log.Error(err)
} else { } else {
log.Debug("Endpoint response with status", response.Status, response) log.Debug("Endpoint response with status", response.Status, response.error_description)
defer response.Body.Close() defer response.Body.Close()
if response.StatusCode >= 200 && response.StatusCode <= 299 { if response.StatusCode >= 200 && response.StatusCode <= 299 {
// Set Content-Type in response header // Set Content-Type in response header
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment