Skip to content

Commit 352eb07

Browse files
temp fix (#3582)
1 parent 0ac766b commit 352eb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/appStore/deployment/service/AppStoreDeploymentService.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ func (impl AppStoreDeploymentServiceImpl) GetDeploymentHistoryInfo(ctx context.C
11101110
//var result interface{}
11111111
result := &openapi.HelmAppDeploymentManifestDetail{}
11121112
var err error
1113-
if util2.IsHelmApp(installedApp.AppOfferingMode) || installedApp.DeploymentAppType == util.PIPELINE_DEPLOYMENT_TYPE_HELM {
1113+
if util2.IsHelmApp(installedApp.AppOfferingMode) {
11141114
_, span := otel.Tracer("orchestrator").Start(ctx, "appStoreDeploymentHelmService.GetDeploymentHistoryInfo")
11151115
result, err = impl.appStoreDeploymentHelmService.GetDeploymentHistoryInfo(ctx, installedApp, int32(version))
11161116
span.End()

0 commit comments

Comments
 (0)