From d757798764319b2dfadb02232920b682be866de7 Mon Sep 17 00:00:00 2001 From: Andrew Martinez Date: Mon, 4 Nov 2024 09:19:27 -0500 Subject: [PATCH] removes unused field --- controller/oidc_auth/storage.go | 1 - 1 file changed, 1 deletion(-) diff --git a/controller/oidc_auth/storage.go b/controller/oidc_auth/storage.go index 6422bf094..e32a0a0ed 100644 --- a/controller/oidc_auth/storage.go +++ b/controller/oidc_auth/storage.go @@ -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]