mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
format
This commit is contained in:
parent
f090a23bc3
commit
cc73621874
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class V20 extends Filter
|
|||
if (empty($selections)) {
|
||||
$hasWildcard = true;
|
||||
$parsed[] = Query::select(['*']);
|
||||
} else if (!$hasWildcard) {
|
||||
} elseif (!$hasWildcard) {
|
||||
// check if any select includes a wildcard as we added one above
|
||||
foreach ($selections as $select) {
|
||||
if (\in_array('*', $select->getValues(), true)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue