fix
This commit is contained in:
parent
fba1242213
commit
0e8f5d61bc
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ public function backoff(): int
|
|||
return isDev() ? 1 : 3;
|
||||
}
|
||||
|
||||
public function __construct(public Server $server, public ?int $percentage = null) {}
|
||||
public function __construct(public Server $server, public int|string|null $percentage = null) {}
|
||||
|
||||
public function handle()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue