Skip to content

Commit

Permalink
remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen committed May 2, 2024
1 parent 32bdb03 commit 8198103
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/server/handlers/oauth_callback/neon.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8198103

Please sign in to comment.