Merge branch 'coollabsio:main' into fix-#2546-deletion-issues

This commit is contained in:
ayntk-ai
2024-08-08 15:40:13 +02:00
committed by GitHub
13 changed files with 51 additions and 31 deletions

View File

@@ -43,15 +43,15 @@ class ServerCheckJob implements ShouldBeEncrypted, ShouldQueue
public function __construct(public Server $server) {}
public function middleware(): array
{
return [(new WithoutOverlapping($this->server->uuid))];
}
// public function middleware(): array
// {
// return [(new WithoutOverlapping($this->server->uuid))];
// }
public function uniqueId(): int
{
return $this->server->uuid;
}
// public function uniqueId(): int
// {
// return $this->server->uuid;
// }
public function handle()
{