Skip to content

Commit

Permalink
fix: Inventory module schema
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Nov 25, 2024
1 parent eea0652 commit 55ff444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modules/inventory/src/schema/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type InventoryItem {
title: String
thumbnail: String
metadata: JSON
inventory_levels: [InventoryLevel]
location_levels: [InventoryLevel]
}
type InventoryLevel {
Expand Down

0 comments on commit 55ff444

Please sign in to comment.