Skip to content

Commit

Permalink
fix: Minor HTTP typing fixes (medusajs#7380)
Browse files Browse the repository at this point in the history
  • Loading branch information
sradevski authored May 21, 2024
1 parent 43613f3 commit 35dc3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/types/src/http/common/request.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export interface SelectParams {
fields?: string[]
fields?: string
}

export interface FindParams extends SelectParams {
Expand Down
1 change: 1 addition & 0 deletions packages/medusa/src/api/store/orders/query-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const defaultStoreRetrieveOrderFields = [
"version",
"summary",
"currency_code",
"display_id",
"total",
"subtotal",
"tax_total",
Expand Down

0 comments on commit 35dc3c5

Please sign in to comment.