mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
remove extra vars
This commit is contained in:
parent
7da2bdf4da
commit
e1f8d0bbbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue