Skip to content

Commit 751463c

Browse files
committed
chore: resolve new lint finding
1 parent ea0245c commit 751463c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function dispatchWorkflow(distinctId: string): Promise<void> {
2424
workflow_id: config.workflow,
2525
ref: config.ref,
2626
inputs: {
27-
...(config.workflowInputs ? config.workflowInputs : undefined),
27+
...(config.workflowInputs ?? undefined),
2828
distinct_id: distinctId,
2929
},
3030
});

0 commit comments

Comments
 (0)