1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

chore: update submodule

This commit is contained in:
Christy Jacob 2022-11-18 00:43:12 +05:30
parent 917febcf49
commit b30571dcd0
2 changed files with 1 additions and 3 deletions

2
.gitmodules vendored
View file

@ -1,4 +1,4 @@
[submodule "app/console"]
path = app/console
url = https://github.com/appwrite/console
branch = 2.0.0
branch = db-pools-support

View file

@ -23,8 +23,6 @@ App::get('/v1/project/usage')
->inject('response')
->inject('dbForProject')
->action(function (string $range, Response $response, Database $dbForProject) {
var_dump("Getting usage");
var_dump($range);
$usage = [];
if (App::getEnv('_APP_USAGE_STATS', 'enabled') == 'enabled') {
$periods = [