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();