diff --git a/pkg/appStore/deployment/common/AppStoreDeploymentCommonService.go b/pkg/appStore/deployment/common/AppStoreDeploymentCommonService.go index 255932f242..bde48e37f4 100644 --- a/pkg/appStore/deployment/common/AppStoreDeploymentCommonService.go +++ b/pkg/appStore/deployment/common/AppStoreDeploymentCommonService.go @@ -71,8 +71,6 @@ func (impl AppStoreDeploymentCommonServiceImpl) GetInstalledAppByInstalledAppId( } installedApp := &installedAppVersion.InstalledApp return impl.convert(installedApp, installedAppVersion), nil - - return nil, nil } //converts db object to bean