Skip to content

Commit

Permalink
Fix category param set twice
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed May 28, 2024
1 parent fde9887 commit 06b3f30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PageSpeedApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public function analyse(string $url, Strategy|string|null $strategy = null, ?str
'url' => $url,
'strategy' => $strategy?->value,
'locale' => $locale,
'category' => $category,
]);

return Analysis::create($response);
Expand Down

0 comments on commit 06b3f30

Please sign in to comment.