Remove extra line

This commit is contained in:
fogelito
2026-01-28 14:55:09 +02:00
parent 69e6c0afc0
commit f35aad0816
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1653,7 +1653,6 @@ App::get('/v1/vcs/installations')
$cursor = \reset($cursor);
if ($cursor !== false) {
$validator = new Cursor();
if (!$validator->isValid($cursor)) {
throw new Exception(Exception::GENERAL_QUERY_INVALID, $validator->getDescription());
@@ -77,7 +77,6 @@ class XList extends Action
$cursor = \reset($cursor);
if ($cursor !== false) {
$validator = new Cursor();
if (!$validator->isValid($cursor)) {
throw new Exception(Exception::GENERAL_QUERY_INVALID, $validator->getDescription());