Skip to content

Commit

Permalink
fix: product options event names (#9108)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-r-l-rodrigues authored Sep 11, 2024
1 parent 9a7daca commit e9280fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/utils/src/core-flows/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ export const ProductTagWorkflowEvents = {
}

export const ProductOptionWorkflowEvents = {
UPDATED: "product-tag.updated",
CREATED: "product-tag.created",
DELETED: "product-tag.deleted",
UPDATED: "product-option.updated",
CREATED: "product-option.created",
DELETED: "product-option.deleted",
}

export const InviteWorkflowEvents = {
Expand Down

0 comments on commit e9280fb

Please sign in to comment.