mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
composer
This commit is contained in:
@@ -1115,7 +1115,7 @@ App::get('/v1/databases/:databaseId/collections/:collectionId/logs')
|
||||
|
||||
$response->dynamic(new Document([
|
||||
//'total' => $audit->countLogsByResource($resource),
|
||||
//'logs' => $output,
|
||||
//'logs' => $output,
|
||||
'total' => 0,
|
||||
'logs' => [],
|
||||
]), Response::MODEL_LOG_LIST);
|
||||
|
||||
Reference in New Issue
Block a user