From 6ceeacbe039ef608d2afa3dbb71ba615cfe3d022 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 26 Jan 2024 15:52:58 +0000 Subject: [PATCH] Run Linter --- src/Appwrite/Platform/Tasks/QueueCount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/QueueCount.php b/src/Appwrite/Platform/Tasks/QueueCount.php index ef8984dc75..61d4750fac 100644 --- a/src/Appwrite/Platform/Tasks/QueueCount.php +++ b/src/Appwrite/Platform/Tasks/QueueCount.php @@ -59,7 +59,7 @@ class QueueCount extends Action $queueClient = new Client($name, $queue); $count = 0; - + switch ($type) { case 'success': $count = $queueClient->countSuccessfulJobs();