Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 08dea0b

Browse files
kongchu2whitdog47
andauthored
Fix typo in workflow service (#5655)
Co-authored-by: David Whittaker <84562015+whitdog47@users.noreply.github.com>
1 parent 9a611bd commit 08dea0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dispatch/workflow/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def run(
240240
}
241241
)
242242

243-
if instance.siganl:
243+
if instance.signal:
244244
params.update(
245245
{
246246
"externalRef": f"{DISPATCH_UI_URL}/{instance.signal.project.organization.name}/signals/{instance.signal.id}?project={instance.signal.project.name}",

0 commit comments

Comments
 (0)