Skip to content

Commit b8f355c

Browse files
author
Andre Turner
committed
revised uuid from v7 to v4
1 parent 31f3c5d commit b8f355c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/engagement/workflow/engagement-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
// Therefore, these should generally flow down.
1313
// "Back" transitions should come before/above "forward" transitions.
1414
export const EngagementWorkflow = defineWorkflow({
15-
id: '01903b47-c5fe-7e4b-a1a0-72638ca64760',
15+
id: '0d0a59f6-c5f0-4c1d-bd5f-7b2814c76812',
1616
name: 'Engagement',
1717
states: Step,
1818
event: EngagementWorkflowEvent,

0 commit comments

Comments
 (0)