mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge branch 'feat-database-logs-pagination' of https://github.com/appwrite/appwrite into feat-database-logs-pagination
This commit is contained in:
commit
4f6d0e9e79
1 changed files with 0 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue