Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeshong committed Nov 4, 2024
1 parent 64c9f62 commit 983750b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ func New(appID string, config *Config) (*App, error) {
return nil, err
}

app.jwksCacheSet = jwk.NewCachedSet(cache, fmt.Sprintf(jwksUrl, appID))
var _ jwk.Set = app.jwksCacheSet

return &app, nil
}

Expand Down

0 comments on commit 983750b

Please sign in to comment.