Skip to content

Commit 0f2f5eb

Browse files
committed
Merge branch 'main' of github.com:always-open/serp-api
2 parents 8394daa + a429832 commit 0f2f5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SerpApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function retrieveGoogleImmersiveProductResult(
106106
bool $asDto = true,
107107
) {
108108

109-
$response = $this->makeGetRequest(responseType: $responseType, baseUrl: $this->baseArchiveUrl . "/$searchId");
109+
$response = $this->makeGetRequest(responseType: $responseType, baseUrl: $this->baseArchiveUrl."/$searchId");
110110

111111
if ($responseType === self::JSON_TYPE) {
112112
if ($asDto) {

0 commit comments

Comments
 (0)