mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 11:04:45 +02:00
Pint fix
This commit is contained in:
parent
5b9e4b1729
commit
f4672c6cb1
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user