This commit is contained in:
Jake Barnby 2025-11-11 21:25:21 +13:00
parent 353e84bb74
commit ab5aac00c4

View file

@ -87,8 +87,7 @@ class Action extends AppwriteAction
} catch (\Exception $e) {
throw new Exception(Exception::GENERAL_BAD_REQUEST, 'Invalid operator for attribute "' . $key . '": ' . $e->getMessage());
}
}
elseif (\is_array($value)) {
} elseif (\is_array($value)) {
$data[$key] = $this->parseOperators($value, $collection);
}
}