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

Commit

Permalink
Update orders.ts (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-land committed Aug 8, 2021
1 parent f311561 commit c5083da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/orders.ts
Expand Up @@ -210,7 +210,7 @@ export const ListOrderItems = Codec.interface({
),
Title: optional(string),
QuantityOrdered: number,
QuantityShipper: optional(number),
QuantityShipped: optional(number),
PointsGranted: optional(
Codec.interface({
PointsNumber: optional(number),
Expand Down

0 comments on commit c5083da

Please sign in to comment.