Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
fPolic committed May 9, 2024
1 parent dc8214b commit 4e0eec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/types/src/fulfillment/mutations/fulfillment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ export interface CreateFulfillmentDTO {
* The associated fulfillment order.
*/
order: CreateFulfillmentOrderDTO

// TODO: revisit
order_id: string
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,7 @@ export type CreateFulfillmentWorkflowInput = {
* The associated fulfillment order.
*/
order: CreateFulfillmentOrderWorkflowDTO

// TODO: revisit
order_id: string
}

0 comments on commit 4e0eec2

Please sign in to comment.