Skip to content

Commit

Permalink
removes unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpmartinez committed Nov 4, 2024
1 parent 8797c35 commit d757798
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controller/oidc_auth/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ type HybridStorage struct {
serviceUsers cmap.ConcurrentMap[string, *Client]

startOnce sync.Once
//linter issue issuer string
config *Config

keys cmap.ConcurrentMap[string, *pubKey]
Expand Down

0 comments on commit d757798

Please sign in to comment.