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 9f1b5d5 commit 3928502Copy full SHA for 3928502
bootstrap
@@ -102,7 +102,7 @@ while (true) {
102
103
$uri = $event['path'];
104
105
- if (count($event['multiValueQueryStringParameters']) > 0) {
+ if (array_key_exists('multiValueQueryStringParameters', $event)) {
106
$first = TRUE;
107
foreach ($event['multiValueQueryStringParameters'] as $name => $values) {
108
foreach ($values as $value) {
0 commit comments