diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index a6d4517a50..d1d57847df 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -336,7 +336,7 @@ class Migrations extends Action if ($status === 'failed') { $result = 'failed'; break; - } + } } $migration->setAttribute('status', $result);