Skip to content

Commit d9ef9ac

Browse files
committed
Fix copy+paste error in local-invoke
Special thanks to Dan O'Reilly (@dano) for spying the problem and to Quinn Klassen (https://github.com/Quinn-With-Two-Ns) for helping to narrow it down and away from the Temporal Java SDK. Signed-off-by: Greg Haskins <[email protected]>
1 parent d73035e commit d9ef9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/temporal/activity.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Arguments:
126126
(local-invoke my-activity {:foo \"bar\"} {:start-to-close-timeout (Duration/ofSeconds 3))
127127
```
128128
"
129-
([activity params] (invoke activity params {}))
129+
([activity params] (local-invoke activity params {}))
130130
([activity params options]
131131
(let [act-name (a/get-annotation activity)
132132
stub (Workflow/newUntypedLocalActivityStub (a/local-invoke-options-> options))]

0 commit comments

Comments
 (0)