Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: typo in the parameter transformation
Browse files Browse the repository at this point in the history
Closes #368
  • Loading branch information
moltar committed May 11, 2021
1 parent f850cc6 commit 358cfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/fulfillment-inventory.ts
Expand Up @@ -90,7 +90,7 @@ const ListInventorySupplyByNextTokenResponse = Codec.interface({
})

const canonicalizeParameters = (parameters: ListInventorySupplyRequestParameters) => ({
'SellersSkus.member': parameters.SellerSkus,
'SellerSkus.member': parameters.SellerSkus,
QueryStartDateTime: parameters.QueryStartDateTime?.toISOString(),
ResponseGroup: parameters.ResponseGroup,
MarketplaceId: parameters.MarketplaceId,
Expand Down

0 comments on commit 358cfb9

Please sign in to comment.