Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
update SDK from api-definitions (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: rebilly-machine-user <[email protected]>
  • Loading branch information
1 parent 504dbe8 commit 6a226ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/resources/tracking-resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ export default function TrackingResource({apiHandler}) {
sort = null,
filter = null,
q = null,
expand = null,
} = {}) {
const params = {limit, offset, sort, filter, q};
const params = {limit, offset, sort, filter, q, expand};
return apiHandler.getAll(`tracking/api`, params);
},
/**
Expand Down

0 comments on commit 6a226ca

Please sign in to comment.