Skip to content

Commit 334cf3f

Browse files
committed
Fix bug.
1 parent 546e2f1 commit 334cf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resolver/startup/startup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function index()
3939
$input = json_decode($rawInput, true);
4040
$query = $input['query'];
4141

42-
if(empty($query)) {
42+
if (empty($query)) {
4343
die('Query missing.');
4444
}
4545

0 commit comments

Comments
 (0)