Skip to content

Commit db327ea

Browse files
committed
fix for appDetail data rest
1 parent 018e7cb commit db327ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/restHandler/app/appList/AppListingRestHandler_ent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ func (handler AppListingRestHandlerImpl) GetAllAppEnvsFromResourceNames(w http.R
1515
}
1616

1717
func (handler AppListingRestHandlerImpl) updateApprovalConfigDataInAppDetailResp(appDetail AppView.AppDetailContainer, appId, envId int) (AppView.AppDetailContainer, error) {
18-
return AppView.AppDetailContainer{}, nil
18+
return appDetail, nil
1919
}

0 commit comments

Comments
 (0)