chore: small code cleanup

This commit is contained in:
2025-05-23 14:56:24 -05:00
parent f5102b859f
commit 81eb2d1f62
2 changed files with 1 additions and 3 deletions

View File

@@ -56,4 +56,4 @@ class ApiController extends AbstractController
return $this->json(['status' => 200, 'message' => 'Added to Queue']);
}
}
}