diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index 583eeeec9c..1ef1d68a9b 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -365,7 +365,7 @@ class Migrations extends Action $this->updateMigrationDocument($migration, $project, $queueForRealtime); $source = $this->processSource($migration); - $destination = $this->processDestination($migration, $tempAPIKey, $endpoint); + $destination = $this->processDestination($migration); $transfer = new Transfer( $source,