From 8c7ccfcc126820e71eff67d221e00c13a68ca85c Mon Sep 17 00:00:00 2001 From: Darshan Date: Thu, 1 May 2025 11:37:58 +0530 Subject: [PATCH] address comments. --- src/Appwrite/Platform/Workers/Migrations.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index 3e8317e5e6..f2d7293c66 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -256,8 +256,6 @@ class Migrations extends Action $source = $this->processSource($migration); $destination = $this->processDestination($migration, $tempAPIKey); - $source->report(); - $transfer = new Transfer( $source, $destination