diff --git a/app/Services/Deployment/AllocationSelectionService.php b/app/Services/Deployment/AllocationSelectionService.php index 715533cf5..3868d0b38 100644 --- a/app/Services/Deployment/AllocationSelectionService.php +++ b/app/Services/Deployment/AllocationSelectionService.php @@ -92,8 +92,7 @@ class AllocationSelectionService { $query = Allocation::query() ->whereNull('server_id') - ->whereIn('node_id', $nodes) - ; + ->whereIn('node_id', $nodes); if (!empty($ports)) { $query->where(function ($inner) use ($ports) {