Skip to content

Commit

Permalink
Update GTrends.php
Browse files Browse the repository at this point in the history
  • Loading branch information
warna720 authored Jan 9, 2022
1 parent 8673557 commit e06371d
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 @@ -190,7 +190,6 @@ private function explore(array $keyWords, array $widgetIds, string $resolution =
$widget['request']['resolution'] = $resolution;
$widget['request']['includeLowSearchVolumeGeos'] = false;
$payload['req'] = str_replace('"geo":[]', '"geo":{}', Json\Json::encode($widget['request']));
var_dump($payload);
if ($data = $this->getData(self::COMPARED_GEO_ENDPOINT, $payload)) {
$results['GEO_MAP']['widget'] = $widget;
$results['GEO_MAP']['data'] =
Expand Down

0 comments on commit e06371d

Please sign in to comment.