This commit is contained in:
shimon
2025-02-23 20:58:02 +02:00
parent 06d22f910c
commit 6bd14d548f
+1 -1
View File
@@ -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);