1
0
Fork 0

Re enable Blocks/Lists test

This commit is contained in:
Philipp Holzer 2021-12-04 23:24:56 +01:00
commit 7ca47e8d21
Signed by: nupplaPhil
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]);
}
}