Skip to content

Commit 54f17ea

Browse files
committed
Critical bug fix
1 parent de1c441 commit 54f17ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebServices/GeoPluginWebService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function locate()
3030
'Accept' => 'application/json',
3131
'Content-Type' => 'application/json',
3232
]
33-
);
33+
]);
3434
$status_code = $response->getStatusCode();
3535
if ($status_code == 200) {
3636
$response_content = $response->getBody()->getContents();

0 commit comments

Comments
 (0)