mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Add specification to response filter
This commit is contained in:
parent
0488a4582b
commit
d52ab783d0
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ class V18 extends Filter
|
|||
protected function parseFunction(array $content)
|
||||
{
|
||||
unset($content['scopes']);
|
||||
unset($content['specification']);
|
||||
return $content;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue