remove extra vars

This commit is contained in:
fogelito 2026-02-01 10:38:04 +02:00
parent 7da2bdf4da
commit e1f8d0bbbc

View file

@ -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,