mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fix tests
This commit is contained in:
parent
77ae8dcc63
commit
fe930d8f64
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ class UsageDump extends Action
|
|||
private function handleDatabaseStorage(
|
||||
string $id,
|
||||
string $key,
|
||||
string $time,
|
||||
?string $time,
|
||||
string $period,
|
||||
Database $dbForProject,
|
||||
array &$projectDocuments,
|
||||
|
|
@ -279,7 +279,7 @@ class UsageDump extends Action
|
|||
private function createStatsDocument(
|
||||
string $id,
|
||||
string $period,
|
||||
string $time,
|
||||
?string $time,
|
||||
string $key,
|
||||
int $diff,
|
||||
): Document {
|
||||
|
|
|
|||
Loading…
Reference in a new issue