Fix params

This commit is contained in:
Jake Barnby 2025-11-14 19:08:33 +13:00
parent 2349401a86
commit c961316f46

View file

@ -414,7 +414,7 @@ class Migrations extends Action
$source?->success();
if ($migration->getAttribute('destination') === DestinationCSV::getName()) {
$this->handleCSVExportComplete($project, $migration, $queueForMails);
$this->handleCSVExportComplete($project, $migration, $queueForMails, $authorization);
}
}
}