Re enable Blocks/Lists test

This commit is contained in:
Philipp 2021-12-04 23:24:56 +01:00
parent 6b03ee2922
commit 7ca47e8d21
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 17 additions and 16 deletions

View file

@ -87,6 +87,6 @@ class Lists extends ContactEndpoint
self::setLinkHeader();
System::jsonExit($return);
$this->response->exit('lists', ['lists' => $return]);
}
}