From 7ebe03457f3ff42677eae0d24934d97b6f058213 Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Thu, 29 Jan 2026 13:24:35 +0530 Subject: [PATCH] nit --- src/Appwrite/Platform/Tasks/Interval.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/Interval.php b/src/Appwrite/Platform/Tasks/Interval.php index a6435a92e3..fa642ff181 100644 --- a/src/Appwrite/Platform/Tasks/Interval.php +++ b/src/Appwrite/Platform/Tasks/Interval.php @@ -63,7 +63,7 @@ class Interval extends Action try { $task['callback']($dbForPlatform, $getProjectDB, $queueForCertificates); $time = DatabaseDateTime::now(); - Console::info("[{$time} Completed task '{$taskName}'"); + Console::info("[{$time}] Completed task '{$taskName}'"); } catch (\Exception $e) { $time = DatabaseDateTime::now(); Console::error("[{$time}] Task '{$taskName}' ended with a failure: " . $e->getMessage());