Skip to content

Commit 3cd0abb

Browse files
committed
GetAppMetadataListByEnvironment
1 parent 430a65e commit 3cd0abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sql/repository/AppListingRepository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func (impl *AppListingRepositoryImpl) FetchAppsEnvContainers(envId int, limit, o
146146
(SELECT pco.pipeline_id,MAX(pco.created_on) as last_deployed_time from pipeline_config_override pco
147147
GROUP BY pco.pipeline_id) ld ON ld.pipeline_id = p.id
148148
WHERE a.active = true
149-
ORDER BY a.app_name`
149+
ORDER BY a.app_name `
150150

151151
queryParams := []interface{}{envId, envId}
152152

0 commit comments

Comments
 (0)