mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update V17.php
This commit is contained in:
parent
aa05901f2f
commit
461795b6ff
1 changed files with 4 additions and 0 deletions
|
|
@ -59,6 +59,10 @@ class V17 extends Filter
|
||||||
|
|
||||||
private function convertOldQueries(array $content): array
|
private function convertOldQueries(array $content): array
|
||||||
{
|
{
|
||||||
|
if (!isset($content['queries'])) {
|
||||||
|
return $content;
|
||||||
|
}
|
||||||
|
|
||||||
$parsed = [];
|
$parsed = [];
|
||||||
foreach ($content['queries'] as $query) {
|
foreach ($content['queries'] as $query) {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue