Fix Debug IndexAction.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-05-22 02:48:17 -05:00
parent 4b0139e3cb
commit 2a37d059a1
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ final class IndexAction
public function __invoke(
ServerRequest $request,
Response $response,
int|string $station_id
Response $response
): ResponseInterface {
$queues = AbstractQueueManager::getAllQueues();