Fix nodelist import, when parsing regions

This commit is contained in:
Deon George 2022-12-19 23:34:42 +11:00
parent 4c182f196f
commit 91fc61e170

View File

@ -147,9 +147,9 @@ class NodelistImport implements ShouldQueue
case 'Region': case 'Region':
$region = $fields[1]; $region = $fields[1];
$role = Address::NODE_RC; $host = $fields[1];
$host = 0;
$hub_id = NULL; $hub_id = NULL;
$role = Address::NODE_RC;
break; break;