Merge branch 'feat-database-logs-pagination' of https://github.com/appwrite/appwrite into feat-database-logs-pagination

This commit is contained in:
Torsten Dittmann 2021-11-17 11:37:20 +01:00
commit 4f6d0e9e79

View file

@ -388,7 +388,6 @@ trait AccountBase
$this->assertEquals($response['body']['logs'][0], $responseLimit['body']['logs'][0]);
$responseOffset = $this->client->call(Client::METHOD_GET, '/account/logs', array_merge([
'origin' => 'http://localhost',
'content-type' => 'application/json',