Skip to content

Commit

Permalink
Run Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Jan 26, 2024
1 parent 186772c commit 6ceeacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Appwrite/Platform/Tasks/QueueCount.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function action(string $name, string $type, Connection $queue): void
$queueClient = new Client($name, $queue);

$count = 0;

switch ($type) {
case 'success':
$count = $queueClient->countSuccessfulJobs();
Expand Down

0 comments on commit 6ceeacb

Please sign in to comment.