Skip to content

Commit 45912ba

Browse files
committed
remove unused type
1 parent f36da02 commit 45912ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dbos/workflow.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ func (h *workflowPollingHandle[R]) GetResult() (R, error) {
212212
/**********************************/
213213
/******* WORKFLOW REGISTRY *******/
214214
/**********************************/
215-
type WrappedWorkflowFunc[P any, R any] func(ctx DBOSContext, input P, opts ...WorkflowOption) (WorkflowHandle[R], error)
216215
type wrappedWorkflowFunc func(ctx DBOSContext, input any, opts ...WorkflowOption) (WorkflowHandle[any], error)
217216

218217
type workflowRegistryEntry struct {

0 commit comments

Comments
 (0)