From bd19da2e7a36bcb62e2a8671f7298006bfda4a4b Mon Sep 17 00:00:00 2001 From: shimon Date: Thu, 20 Mar 2025 17:12:59 +0200 Subject: [PATCH] debug --- app/controllers/api/migrations.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/controllers/api/migrations.php b/app/controllers/api/migrations.php index 38193d1f89..3312929894 100644 --- a/app/controllers/api/migrations.php +++ b/app/controllers/api/migrations.php @@ -409,11 +409,11 @@ App::get('/v1/migrations/appwrite/report') ->inject('user') ->action(function (array $resources, string $endpoint, string $projectID, string $key, Response $response) { $appwrite = new Appwrite($projectID, $endpoint, $key); - var_dump([ - 'projectID' => $projectID, - 'endpoint' => $endpoint, - 'key' => $key - ]); +// var_dump([ +// 'projectID' => $projectID, +// 'endpoint' => $endpoint, +// 'key' => $key +// ]); try { $report = $appwrite->report($resources); } catch (\Throwable $e) {