From 1a33ffa86756ec250ee046c9e89e7aa9f9451f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Sun, 18 Dec 2022 08:37:53 +0100 Subject: [PATCH] Linter fix --- src/Appwrite/Migration/Version/V17.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Migration/Version/V17.php b/src/Appwrite/Migration/Version/V17.php index d0f7372a9a..cef4ae0716 100644 --- a/src/Appwrite/Migration/Version/V17.php +++ b/src/Appwrite/Migration/Version/V17.php @@ -66,7 +66,7 @@ class V17 extends Migration } catch (\Throwable $th) { Console::warning("'size' from {$id}: {$th->getMessage()}"); } - + try { /** * Delete 'endTime' attribute (use startTime+duration if needed)