server_id is irrelevant at this stage

This commit is contained in:
Dane Everitt 2020-10-31 14:59:06 -07:00
parent c6bd7ff661
commit 365f5e0806
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -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],
]);