diff --git a/backend/app/service/app_install.go b/backend/app/service/app_install.go index 896695ea1..55d7bd4d7 100644 --- a/backend/app/service/app_install.go +++ b/backend/app/service/app_install.go @@ -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 }