From e1f8d0bbbcc965dce43b36805df2652b0f7ad072 Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 1 Feb 2026 10:38:04 +0200 Subject: [PATCH] remove extra vars --- src/Appwrite/Platform/Workers/Migrations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,