From 365f5e0806e499f48c12c3077378475dd2d395a9 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 31 Oct 2020 14:59:06 -0700 Subject: [PATCH] server_id is irrelevant at this stage --- app/Services/Allocations/FindAssignableAllocationService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Services/Allocations/FindAssignableAllocationService.php b/app/Services/Allocations/FindAssignableAllocationService.php index 43b4c9d9d..c529547d6 100644 --- a/app/Services/Allocations/FindAssignableAllocationService.php +++ b/app/Services/Allocations/FindAssignableAllocationService.php @@ -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], ]);