Skip to content

Commit f05abaa

Browse files
committed
fix: lint
1 parent 6f0d2e0 commit f05abaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/EasyPost/Service/TrackerService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function create(mixed $params = null): mixed
7474
*/
7575
public function retrieveBatch(mixed $params = null): mixed
7676
{
77-
$response = Requestor::request($this->client, 'post', "/trackers/batch", $params);
77+
$response = Requestor::request($this->client, 'post', '/trackers/batch', $params);
7878

7979
return InternalUtil::convertToEasyPostObject($this->client, $response);
8080
}

0 commit comments

Comments
 (0)