Skip to content

Commit 40aa100

Browse files
ory-botmvanderlee
authored andcommitted
autogen(openapi): regenerate swagger spec and internal client
[skip ci]
1 parent c07aae9 commit 40aa100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/mutate/mutator_hydrator.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ const (
3636
ErrNoCredentialsProvided = "No credentials were provided in mutator configuration"
3737
contentTypeHeaderKey = "Content-Type"
3838
contentTypeJSONHeaderValue = "application/json"
39-
acceptEncodingHeaderKey = "Accept-Encoding"
40-
acceptEncodingHeaderValue = "gzip, deflate"
39+
acceptEncodingHeaderKey = "Accept-Encoding"
40+
acceptEncodingHeaderValue = "gzip, deflate"
4141
)
4242

4343
type MutatorHydrator struct {
@@ -220,7 +220,7 @@ func (a *MutatorHydrator) Mutate(r *http.Request, session *authn.AuthenticationS
220220
default:
221221
return errors.New(ErrNon200ResponseFromAPI)
222222
}
223-
223+
224224
// Handle compressed data
225225
var reader io.ReadCloser
226226
switch res.Header.Get("Content-Encoding") {

0 commit comments

Comments
 (0)