Skip to content

Commit

Permalink
chore(test-data): fix InventoryEntry export formatting (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaikamat authored Dec 23, 2024
1 parent 80ea121 commit b247e64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spotty-onions-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-test-data/inventory-entry': patch
---

Fix export formatting
2 changes: 1 addition & 1 deletion models/inventory-entry/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from './builders';
import * as modelPresets from './presets';

export * as InventoryEntryDraft from './inventory-entry-draft';
export * from './inventory-entry-draft';
export * as InventoryEntry from '.';

export * from './types';
Expand Down

0 comments on commit b247e64

Please sign in to comment.