diff --git a/pkg/workflows/wasm/host/module.go b/pkg/workflows/wasm/host/module.go index f3d185e373..35e588f42e 100644 --- a/pkg/workflows/wasm/host/module.go +++ b/pkg/workflows/wasm/host/module.go @@ -523,10 +523,8 @@ func runWasm[I, O proto.Message]( donSeed := int64(h.Sum64()) - _ = ctxWithTimeout exec := &execution[O]{ - //ctx: ctxWithTimeout, - ctx: ctx, + ctx: ctxWithTimeout, capabilityResponses: map[int32]<-chan *sdkpb.CapabilityResponse{}, secretsResponses: map[int32]<-chan *secretsResponse{}, module: m,