Skip to content

Commit 265b9c4

Browse files
committed
chore: remove bad tracking_codes addition
1 parent 368e64f commit 265b9c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/easypost/service/TrackerService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public TrackerCollection all(final Map<String, Object> params) throws EasyPostEx
6868
Requestor.request(RequestMethod.GET, endpoint, params, TrackerCollection.class, client);
6969
// we store the params in the collection so that we can use them to get the next page
7070
trackerCollection.setTrackingCode(InternalUtilities.getOrDefault(params, "tracking_code", null));
71-
trackerCollection.setTrackingCodes(InternalUtilities.getOrDefault(params, "tracking_codes", null));
7271
trackerCollection.setCarrier(InternalUtilities.getOrDefault(params, "carrier", null));
7372

7473
return trackerCollection;

0 commit comments

Comments
 (0)