mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Format
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user