Skip to content

Commit

Permalink
Fix typo in workflow service (#5655)
Browse files Browse the repository at this point in the history
Co-authored-by: David Whittaker <[email protected]>
  • Loading branch information
kongchu2 and whitdog47 authored Jan 6, 2025
1 parent 9a611bd commit 08dea0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/workflow/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def run(
}
)

if instance.siganl:
if instance.signal:
params.update(
{
"externalRef": f"{DISPATCH_UI_URL}/{instance.signal.project.organization.name}/signals/{instance.signal.id}?project={instance.signal.project.name}",
Expand Down

0 comments on commit 08dea0b

Please sign in to comment.