Skip to content

Commit aff5f63

Browse files
removed field image (#5873)
1 parent ee06e41 commit aff5f63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/sql/repository/AppListingRepository.go

-2
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ func (impl AppListingRepositoryImpl) deploymentDetailsByAppIdAndEnvId(ctx contex
363363
" env.cluster_id," +
364364
" env.is_virtual_environment," +
365365
" cl.cluster_name," +
366-
" cia.image," +
367366
" p.id as cd_pipeline_id," +
368367
" p.ci_pipeline_id," +
369368
" p.trigger_type" +
@@ -382,7 +381,6 @@ func (impl AppListingRepositoryImpl) deploymentDetailsByAppIdAndEnvId(ctx contex
382381
}
383382
deploymentDetail.EnvironmentId = envId
384383

385-
deploymentDetail.EnvironmentId = envId
386384
dc, err := impl.deploymentConfigRepository.GetByAppIdAndEnvId(appId, envId)
387385
if err != nil && err != pg.ErrNoRows {
388386
impl.Logger.Errorw("error in getting deployment config by appId and envId", "appId", appId, "envId", envId, "err", err)

0 commit comments

Comments
 (0)