We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5d15f commit 55e6a35Copy full SHA for 55e6a35
api/appStore/deployment/AppStoreDeploymentRestHandler.go
@@ -22,7 +22,6 @@ import (
22
"encoding/json"
23
"errors"
24
"fmt"
25
- client "github.com/devtron-labs/devtron/api/helm-app"
26
service2 "github.com/devtron-labs/devtron/api/helm-app/service"
27
"github.com/devtron-labs/devtron/pkg/appStore/installedApp/service/EAMode"
28
"net/http"
@@ -69,7 +68,6 @@ type AppStoreDeploymentRestHandlerImpl struct {
69
68
appStoreDeploymentDBService service.AppStoreDeploymentDBService
70
validator *validator.Validate
71
helmAppService service2.HelmAppService
72
- helmAppRestHandler client.HelmAppRestHandler
73
argoUserService argo.ArgoUserService
74
attributesService attributes.AttributesService
75
installAppService EAMode.InstalledAppDBService
0 commit comments