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

err

parent 6bb6d448
Branches
No related tags found
No related merge requests found
Pipeline #7782 failed
......@@ -467,7 +467,7 @@ func main() {
if err != nil {
log.Error(err)
} 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()
if response.StatusCode >= 200 && response.StatusCode <= 299 {
// 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