diff options
Diffstat (limited to 'pkg/aflow/func_action.go')
| -rw-r--r-- | pkg/aflow/func_action.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/aflow/func_action.go b/pkg/aflow/func_action.go index a54579320..b2906500f 100644 --- a/pkg/aflow/func_action.go +++ b/pkg/aflow/func_action.go @@ -22,7 +22,7 @@ type funcAction[Args, Results any] struct { } func (a *funcAction[Args, Results]) execute(ctx *Context) error { - args, err := convertFromMap[Args](ctx.state, false) + args, err := convertFromMap[Args](ctx.state, false, false) if err != nil { return err } |
