Skip to content

Commit 5149aa5

Browse files
committed
typo
1 parent 81c2fde commit 5149aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/workflow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ func RunAsWorkflow[P any, R any](dbosCtx DBOSContext, fn GenericWorkflowFunc[P,
481481
return nil, fmt.Errorf("unexpected workflow handle type: %T", handle)
482482
}
483483

484-
func (c *dbosContext) RunAsWorkflow(w_ DBOSContext, fn WorkflowFunc, input any, opts ...WorkflowOption) (WorkflowHandle[any], error) {
484+
func (c *dbosContext) RunAsWorkflow(_ DBOSContext, fn WorkflowFunc, input any, opts ...WorkflowOption) (WorkflowHandle[any], error) {
485485
// Apply options to build params
486486
params := workflowParams{
487487
applicationVersion: c.GetApplicationVersion(),

0 commit comments

Comments
 (0)