From 732a2b4a98310f982fcf29d600e18c043009fa70 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 6 Sep 2023 22:10:43 +0000 Subject: [PATCH] chore: linter --- src/Appwrite/Migration/Version/V19.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Migration/Version/V19.php b/src/Appwrite/Migration/Version/V19.php index abce72912c..0df5b8a4d3 100644 --- a/src/Appwrite/Migration/Version/V19.php +++ b/src/Appwrite/Migration/Version/V19.php @@ -718,11 +718,11 @@ class V19 extends Migration 'schedule' => $document->getAttribute('schedule'), 'active' => !empty($document->getAttribute('schedule')) && !empty($document->getAttribute('deployment')), ])); - + $document->setAttribute('scheduleId', $schedule->getId()); $document->setAttribute('scheduleInternalId', $schedule->getInternalId()); } - + break; case 'projects': $document->setAttribute('version', '1.4.0');