mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix V21 backward compat filter and remove outdated comment
Co-authored-by: Meldiron <19310830+Meldiron@users.noreply.github.com>
This commit is contained in:
co-authored by
Meldiron
parent
1c018e7da9
commit
54c5188ff8
@@ -32,6 +32,7 @@ class V21 extends Filter
|
||||
protected function parseSite(array $content): array
|
||||
{
|
||||
$content = $this->parseSpecs($content);
|
||||
unset($content['startCommand']);
|
||||
return $content;
|
||||
}
|
||||
|
||||
@@ -46,6 +47,7 @@ class V21 extends Filter
|
||||
$content['specification'] = $content['buildSpecification'] ?? null;
|
||||
unset($content['buildSpecification']);
|
||||
unset($content['runtimeSpecification']);
|
||||
unset($content['deploymentRetention']);
|
||||
return $content;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user