update
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 27s
Build and Publish / BuildAndDeploy (push) Successful in 2m15s

This commit is contained in:
matst80
2024-11-12 22:46:15 +01:00
parent defef53bce
commit c2ae713b46

View File

@@ -258,7 +258,6 @@ func (p *SyncedPool) RemoveHost(host *RemoteHost) {
for _, r := range p.remotes { for _, r := range p.remotes {
if r == host { if r == host {
p.RemoveHostMappedCarts(r) p.RemoveHostMappedCarts(r)
} else { } else {
toKeep = append(toKeep, r) toKeep = append(toKeep, r)
} }