mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Formatting fix
This commit is contained in:
@@ -9,7 +9,6 @@ use Appwrite\SDK\ContentType;
|
||||
use Appwrite\SDK\Method;
|
||||
use Appwrite\SDK\Response as SDKResponse;
|
||||
use Appwrite\Utopia\Database\Validator\Queries\Projects;
|
||||
use Appwrite\Utopia\Request;
|
||||
use Appwrite\Utopia\Response;
|
||||
use Appwrite\Utopia\Response\Filters\ListSelection;
|
||||
use Utopia\Config\Config;
|
||||
@@ -85,8 +84,8 @@ class XList extends Action
|
||||
if (!empty($search)) {
|
||||
$queries[] = Query::search('search', $search);
|
||||
}
|
||||
|
||||
if(!$team->isEmpty()) {
|
||||
|
||||
if (!$team->isEmpty()) {
|
||||
$queries[] = Query::equal('teamInternalId', [$team->getSequence()]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user