From 8198103e939b95403a7297b9a444adc8f593f987 Mon Sep 17 00:00:00 2001 From: Feroze Mohideen Date: Thu, 2 May 2024 13:48:23 -0400 Subject: [PATCH] remove unused const --- api/server/handlers/oauth_callback/neon.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/server/handlers/oauth_callback/neon.go b/api/server/handlers/oauth_callback/neon.go index 042b3dfb0f..27d856c935 100644 --- a/api/server/handlers/oauth_callback/neon.go +++ b/api/server/handlers/oauth_callback/neon.go @@ -18,10 +18,6 @@ type OAuthCallbackNeonHandler struct { handlers.PorterHandlerReadWriter } -// NeonApiKeyEndpoint is the endpoint to fetch the neon developer api key -// nolint:gosec // Not a security key -const NeonApiKeyEndpoint = "https://api.neon.com/apikey" - // NewOAuthCallbackNeonHandler generates a new OAuthCallbackNeonHandler func NewOAuthCallbackNeonHandler( config *config.Config,