Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Assem-Hafez committed Sep 17, 2024
1 parent 8c10aa3 commit 312e3dd
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,11 @@ export const completedChildWorkflowEvents: ChildWorkflowExecutionHistoryEvent[]
completeChildWorkflowEvent,
];

export const failedChildWorkflowEvents: ChildWorkflowExecutionHistoryEvent[] =
[initiateChildWorkflowEvent, startChildWorkflowEvent, failChildWorkflowEvent];
export const failedChildWorkflowEvents: ChildWorkflowExecutionHistoryEvent[] = [
initiateChildWorkflowEvent,
startChildWorkflowEvent,
failChildWorkflowEvent,
];

export const timedoutChildWorkflowEvents: ChildWorkflowExecutionHistoryEvent[] =
[
Expand Down

0 comments on commit 312e3dd

Please sign in to comment.