Skip to content

Commit

Permalink
fix: task run failed also updade refresh time
Browse files Browse the repository at this point in the history
  • Loading branch information
bitxeno committed Jul 1, 2024
1 parent ee885b5 commit 82e8ddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/task/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ func (t *Task) tryInstallApp(v model.InstalledApp) {
_ = service.UpdateAppRefreshResult(v)
log.Infof("Installing ipa success: %s", v.IpaName)
} else {
v.RefreshedDate = &now
v.RefreshedResult = false
_ = service.UpdateAppRefreshResult(v)

Expand Down

0 comments on commit 82e8ddd

Please sign in to comment.