removed unnecessary struct pointer
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ func (p *Apple) fetchJWK(kid string) (*jwk, error) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
jwks := &struct {
|
jwks := struct {
|
||||||
Keys []*jwk
|
Keys []*jwk
|
||||||
}{}
|
}{}
|
||||||
if err := json.Unmarshal(rawBody, &jwks); err != nil {
|
if err := json.Unmarshal(rawBody, &jwks); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user