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,