diff --git a/internal/api/client.go b/internal/api/client.go index bf1b233..71c542f 100644 --- a/internal/api/client.go +++ b/internal/api/client.go @@ -6,8 +6,6 @@ import ( "strings" ) -//go:generate oapi-codegen -config openapi.client.yaml https://raw.githubusercontent.com/ctrlplanedev/ctrlplane/refs/heads/main/openapi.v1.json - func NewAPIKeyClientWithResponses(server string, apiKey string) (*ClientWithResponses, error) { server = strings.TrimSuffix(server, "/") server = strings.TrimSuffix(server, "/api")