Skip to content

Commit 8eea741

Browse files
committed
typo
1 parent 30c41ef commit 8eea741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ func receiveWorkflow(ctx dbos.DBOSContext, topic string) (string, error) {
252252
}
253253

254254
// Start a receiver in the background
255-
recvHandle, err := dbos.RunAsWorkflow(dbosCtx, receiveWorkflow, "topic", dbos.WithWorkflowID("receiver ID"))
255+
recvHandle, err := dbos.RunAsWorkflow(dbosCtx, receiveWorkflow, "topic", dbos.WithWorkflowID("receiverID"))
256256

257257
// Send a message
258258
sendHandle, err := dbos.RunAsWorkflow(dbosCtx, sendWorkflow, "hola!")

0 commit comments

Comments
 (0)