mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: add missing response models
This commit is contained in:
@@ -118,7 +118,7 @@ class V12 extends Filter
|
||||
protected function parseFunction(array $content)
|
||||
{
|
||||
$content['tag'] = $content['deployment'];
|
||||
|
||||
unset($content['deployment']);
|
||||
return $content;
|
||||
}
|
||||
|
||||
@@ -180,6 +180,7 @@ class V12 extends Filter
|
||||
|
||||
protected function parseExecution($content) {
|
||||
$content['exitCode'] = $content['statusCode'];
|
||||
unset($content['statusCode']);
|
||||
|
||||
return $content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user