Skip to content

Commit

Permalink
ea fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisc committed Mar 20, 2022
1 parent e27228c commit f58e868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GTrends/GTrends.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ private function explore(array $keyWords, array $widgetIds, string $resolution =

$payload['hl'] = $this->options['hl'];
$payload['tz'] = $this->options['tz'];
$payload['req'] = Json\Json::encode($widget['request']);
$payload['req'] = str_replace('"geo":[]', '"geo":{}', Json\Json::encode($widget['request']));
$payload['token'] = $widget['token'];

Expand Down

0 comments on commit f58e868

Please sign in to comment.