Skip to content

Commit 92e3b2b

Browse files
authored
chore: fix TSDocs of shipment.created event (medusajs#13273)
1 parent de3fba6 commit 92e3b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/utils/src/core-flows/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ export const FulfillmentWorkflowEvents = {
796796
* @eventPayload
797797
* ```ts
798798
* {
799-
* id, // the ID of the shipment
799+
* id, // the ID of the fulfillment
800800
* no_notification, // (boolean) whether to notify the customer
801801
* }
802802
* ```

0 commit comments

Comments
 (0)