We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 018e7cb + db327ea commit 564fe99Copy full SHA for 564fe99
api/restHandler/app/appList/AppListingRestHandler_ent.go
@@ -15,5 +15,5 @@ func (handler AppListingRestHandlerImpl) GetAllAppEnvsFromResourceNames(w http.R
15
}
16
17
func (handler AppListingRestHandlerImpl) updateApprovalConfigDataInAppDetailResp(appDetail AppView.AppDetailContainer, appId, envId int) (AppView.AppDetailContainer, error) {
18
- return AppView.AppDetailContainer{}, nil
+ return appDetail, nil
19
0 commit comments