Skip to content

Commit 94f0ba3

Browse files
committed
fix lint
1 parent 1e670ef commit 94f0ba3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/data-formatters/format-workflow-history-event/format-timer-fired-event.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const formatTimerFiredEvent = ({
77
}: TimerFiredEvent) => {
88
const { primaryCommonFields, secondaryCommonFields } =
99
formatWorkflowCommonEventFields(eventFields);
10-
11-
return {
10+
11+
return {
1212
...primaryCommonFields,
1313
...eventAttributes,
1414
startedEventId: parseInt(startedEventId),

0 commit comments

Comments
 (0)