Skip to content

Commit

Permalink
chore: resolve new lint finding
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Feb 5, 2025
1 parent ea0245c commit 751463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function dispatchWorkflow(distinctId: string): Promise<void> {
workflow_id: config.workflow,
ref: config.ref,
inputs: {
...(config.workflowInputs ? config.workflowInputs : undefined),
...(config.workflowInputs ?? undefined),
distinct_id: distinctId,
},
});
Expand Down

0 comments on commit 751463c

Please sign in to comment.