diff --git a/tools/auth/apple.go b/tools/auth/apple.go index 84f0d505..e0d1fdb4 100644 --- a/tools/auth/apple.go +++ b/tools/auth/apple.go @@ -204,7 +204,7 @@ func (p *Apple) fetchJWK(kid string) (*jwk, error) { ) } - jwks := &struct { + jwks := struct { Keys []*jwk }{} if err := json.Unmarshal(rawBody, &jwks); err != nil {