Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ugljesaspx committed Jun 5, 2024
1 parent d2f8f9a commit 570a839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Console/Command/NostoClearQueueCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
];

foreach ($queues as $queueName) {
$this->clearQueue($queueName, $io);
$this->clearQueue($queueName);
}

$io->success('Successfully cleared message queues.');
Expand Down

0 comments on commit 570a839

Please sign in to comment.