mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
server_id is irrelevant at this stage
This commit is contained in:
@@ -114,7 +114,6 @@ class FindAssignableAllocationService
|
||||
$port = $available[array_rand($available)];
|
||||
|
||||
$this->service->handle($server->node, [
|
||||
'server_id' => $server->id,
|
||||
'allocation_ip' => $server->allocation->ip,
|
||||
'allocation_ports' => [$port],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user