We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546e2f1 commit 334cf3fCopy full SHA for 334cf3f
resolver/startup/startup.php
@@ -39,7 +39,7 @@ public function index()
39
$input = json_decode($rawInput, true);
40
$query = $input['query'];
41
42
- if(empty($query)) {
+ if (empty($query)) {
43
die('Query missing.');
44
}
45
0 commit comments