From ddef6ad9eda6447c2c34090acfaf26414c851d1b Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 9 Jul 2024 15:17:15 +0900 Subject: [PATCH] Run Linter --- src/Appwrite/Platform/Workers/Migrations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);