Fixes for TICs for nodelists

This commit is contained in:
2023-11-22 16:41:14 +11:00
parent fcc2c23894
commit 5f11f81be3
2 changed files with 2 additions and 2 deletions

View File

@@ -99,6 +99,6 @@ class TicProcess implements ShouldQueue
}
if ($to->isNodelist())
NodelistImport::dispatch($to->fo,$this->domain);
NodelistImport::dispatch($fo,$this->domain);
}
}