Skip to content

Commit 651d41b

Browse files
committed
Fixing JSDoc
1 parent 975d669 commit 651d41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ export class ServerClient {
812812
* @example
813813
*
814814
* ```typescript
815-
* const response = await client.invokeWorkflow(
815+
* const response = await client.invokeWorkflowForExternalUser(
816816
* "https://your-workflow-url.m.pipedream.net",
817817
* "your-external-user-id",
818818
* {

0 commit comments

Comments
 (0)