mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Fix params
This commit is contained in:
parent
2349401a86
commit
c961316f46
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue