Skip to content

Commit

Permalink
delete duplicate return (#2160)
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <[email protected]>
  • Loading branch information
Abirdcfly authored Aug 10, 2022
1 parent 7fb6df8 commit 60b503e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60b503e

Please sign in to comment.