Skip to content

Commit

Permalink
fix: fix update app not clear the cache of upgradable app (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH authored May 16, 2024
1 parent d6156c5 commit 0420cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/appstore_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ func (a *AppStoreManagement) StartUpgrade(appID string) {

func (a *AppStoreManagement) FinishUpgrade(appID string) {
a.isAppUpgrading.Delete(appID)
a.isAppUpgradable.Remove(appID)
}

func NewAppStoreManagement() *AppStoreManagement {
Expand Down

0 comments on commit 0420cd2

Please sign in to comment.