Skip to content

Commit

Permalink
feat(cart)!: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWu666 committed Dec 5, 2024
1 parent f6cd11f commit 86a65c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/cart.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ function createRemoveLoyaltyRewardFetchRequest(
rewardId = 'rewardId',
orderId = undefined
}: {
rewardId?: string;
orderId?: string;
}
rewardId?: string;
orderId?: string;
}
) {
return {
reward_id: rewardId,
Expand Down

0 comments on commit 86a65c5

Please sign in to comment.