mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Remove useless modules.Resolve
This commit is contained in:
parent
27ed6da45f
commit
3d7d1fa0df
1 changed files with 0 additions and 1 deletions
|
@ -211,7 +211,6 @@ func checkForUpdates(ctx context.Context) (err error) {
|
|||
defer func() {
|
||||
if err == nil {
|
||||
module.Resolve(updateInProgress)
|
||||
module.Resolve(updateFailed)
|
||||
} else {
|
||||
module.Warning(updateFailed, "Failed to check for updates: "+err.Error())
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue