mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
fix wrong arg
This commit is contained in:
parent
3124554403
commit
05f99dcdf0
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class UsageDump extends Action
|
|||
}
|
||||
|
||||
$dbForProject = $getProjectDB($project);
|
||||
$dbForLogs = $getLogsDB($dbForProject);
|
||||
$dbForLogs = $getLogsDB($project);
|
||||
$projectDocuments = [];
|
||||
$databaseCache = [];
|
||||
$collectionSizeCache = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue