mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
feat: response filters return
This commit is contained in:
parent
edb1dc6c80
commit
b47cf2f0db
1 changed files with 3 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ class V12 extends Filter
|
||||||
protected function parseUsageBuckets(array $content)
|
protected function parseUsageBuckets(array $content)
|
||||||
{
|
{
|
||||||
unset($content['filesStorage']);
|
unset($content['filesStorage']);
|
||||||
|
return $content;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function parseUsageStorage(array $content)
|
protected function parseUsageStorage(array $content)
|
||||||
|
|
@ -215,6 +216,8 @@ class V12 extends Filter
|
||||||
unset($content['filesRead']);
|
unset($content['filesRead']);
|
||||||
unset($content['filesUpdate']);
|
unset($content['filesUpdate']);
|
||||||
unset($content['filesDelete']);
|
unset($content['filesDelete']);
|
||||||
|
|
||||||
|
return $content;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function parseExecution($content) {
|
protected function parseExecution($content) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue