mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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)) {
|
if (empty($selections)) {
|
||||||
$hasWildcard = true;
|
$hasWildcard = true;
|
||||||
$parsed[] = Query::select(['*']);
|
$parsed[] = Query::select(['*']);
|
||||||
} else if (!$hasWildcard) {
|
} elseif (!$hasWildcard) {
|
||||||
// check if any select includes a wildcard as we added one above
|
// check if any select includes a wildcard as we added one above
|
||||||
foreach ($selections as $select) {
|
foreach ($selections as $select) {
|
||||||
if (\in_array('*', $select->getValues(), true)) {
|
if (\in_array('*', $select->getValues(), true)) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue