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

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