Skip to content

Commit 365f5e0

Browse files
committed
server_id is irrelevant at this stage
1 parent c6bd7ff commit 365f5e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Services/Allocations/FindAssignableAllocationService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ protected function createNewAllocation(Server $server): Allocation
114114
$port = $available[array_rand($available)];
115115

116116
$this->service->handle($server->node, [
117-
'server_id' => $server->id,
118117
'allocation_ip' => $server->allocation->ip,
119118
'allocation_ports' => [$port],
120119
]);

0 commit comments

Comments
 (0)