bmurphy421

Results 1 comments of bmurphy421

I've got the same problem, looks like this can be fixed by changing `const args = ops[rpcName]` -> `const args = this.helpers.template(ops[rpcName], context)` in the step function @kenju