mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-09 19:20:56 +08:00
feat: 修改参数 (#1573)
This commit is contained in:
parent
044bb79ae9
commit
2b207597b9
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ func (a *AppInstallService) Update(req request.AppInstalledUpdate) error {
|
|||
}
|
||||
|
||||
func (a *AppInstallService) IgnoreUpgrade(req request.AppInstalledIgnoreUpgrade) error {
|
||||
appDetail, err := appDetailRepo.GetFirst(commonRepo.WithByID(req.DetailId))
|
||||
appDetail, err := appDetailRepo.GetFirst(commonRepo.WithByID(req.DetailID))
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue