修复 主机不会被删除的 bug
This commit is contained in:
parent
d3b5572076
commit
9cccf1046e
@ -44,7 +44,7 @@ public function handle(): void
|
|||||||
$host = $this->host;
|
$host = $this->host;
|
||||||
|
|
||||||
// 忽略 unavailable 状态的 host
|
// 忽略 unavailable 状态的 host
|
||||||
if (! $this->pass_unavailable && $host->status === 'unavailable') {
|
if ($this->pass_unavailable && $host->status === 'unavailable') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user