feat: add missing response models

This commit is contained in:
Christy Jacob 2022-03-01 15:03:45 +04:00
parent 22ca8fc8c6
commit 6cce8a1f07

View file

@ -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);