1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

fix whitespace

This commit is contained in:
Torsten Dittmann 2021-08-25 12:22:25 +02:00
parent 5d430b7b53
commit d69ccf5c6e

View file

@ -280,7 +280,6 @@ App::get('/v1/projects/:projectId/usage')
$usersTotal = $projectDB->getSum();
// Documents
$collections = $projectDB->getCollection([
'limit' => 100,
'offset' => 0,