Skip to content

Commit

Permalink
fix: API request without any includes
Browse files Browse the repository at this point in the history
  • Loading branch information
acasazza committed Jan 28, 2022
1 parent 0f5b669 commit a3dfb19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reducers/OrderReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ export const orderInitialState: Partial<OrderState> = {
orderId: '',
order: undefined,
errors: [],
include: [],
}

const orderReducer = (state: OrderState, reducer: OrderActions): OrderState =>
Expand Down

0 comments on commit a3dfb19

Please sign in to comment.