Skip to content

Commit ea264b3

Browse files
Update temporalio/nexus/_link_conversion.py
Co-authored-by: Alex Mazzeo <alex.mazzeo@temporal.io>
1 parent ea78c93 commit ea264b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporalio/nexus/_link_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def temporal_link_to_nexus_link(
101101

102102
case "activity" | "batch_job" | "workflow":
103103
raise NotImplementedError(
104-
"only workflow event and nexus operation links are supported"
104+
"only workflow_event and nexus operation links are supported"
105105
)
106106

107107
case None:

0 commit comments

Comments
 (0)