mirror of
https://github.com/appwrite/appwrite
synced 2026-05-05 22:38:37 +00:00
Format
This commit is contained in:
parent
353e84bb74
commit
ab5aac00c4
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue