mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
feat: add missing response models
This commit is contained in:
parent
22ca8fc8c6
commit
6cce8a1f07
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ class V12 extends Filter
|
|||
$parsedResponse = $content;
|
||||
|
||||
switch ($model) {
|
||||
// Update permissions
|
||||
case Response::MODEL_ERROR_DEV:
|
||||
case Response::MODEL_ERROR:
|
||||
$parsedResponse = $this->parseError($content);
|
||||
|
|
|
|||
Loading…
Reference in a new issue