diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index 363167ce8b..e1039510f4 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -435,6 +435,7 @@ class Migrations extends Action $destination?->success(); $source?->success(); + // todo: Move to CSV hook if ($migration->getAttribute('destination') === DestinationCSV::getName()) { $this->handleCSVExportComplete($project, $migration, $queueForMails, $queueForRealtime, $platform); }