mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +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)
|
||||
{
|
||||
unset($content['filesStorage']);
|
||||
return $content;
|
||||
}
|
||||
|
||||
protected function parseUsageStorage(array $content)
|
||||
|
|
@ -215,6 +216,8 @@ class V12 extends Filter
|
|||
unset($content['filesRead']);
|
||||
unset($content['filesUpdate']);
|
||||
unset($content['filesDelete']);
|
||||
|
||||
return $content;
|
||||
}
|
||||
|
||||
protected function parseExecution($content) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue