fix: remove duplicated ServerCheckJob call
This commit is contained in:
parent
fcdec3a80d
commit
1da3febd85
1 changed files with 1 additions and 6 deletions
|
|
@ -31,12 +31,7 @@ public function middleware(): array
|
||||||
return [(new WithoutOverlapping($this->server->uuid))->dontRelease()];
|
return [(new WithoutOverlapping($this->server->uuid))->dontRelease()];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __construct(public Server $server)
|
public function __construct(public Server $server) {}
|
||||||
{
|
|
||||||
if (isDev()) {
|
|
||||||
$this->handle();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue