Skip to content

Commit

Permalink
🐛 compilation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
sGeeK44 authored Jun 8, 2021
1 parent 98c0c13 commit 3d012c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (cerbereConfig *Cerbere) ServeHTTP(rw http.ResponseWriter, req *http.Reques
}

var result KeycloakResponse
err := json.Unmarshal(body, &result)
err = json.Unmarshal(body, &result)
if err != nil {
http.Error(rw, err.Error(), http.StatusInternalServerError)
return
Expand Down

0 comments on commit 3d012c9

Please sign in to comment.