mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove redundant variable
This commit is contained in:
@@ -74,9 +74,7 @@ function graphqlRequest(
|
||||
$query = [ 'query' => $request->getSwoole()->rawContent() ];
|
||||
}
|
||||
|
||||
$batch = true;
|
||||
if (!isset($query[0])) {
|
||||
$batch = false;
|
||||
$query = [$query];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user