Closed hparra closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
6d19970
) to head (ebdd1a1
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I am closing this, your commits were applied to #104
Description
Fix unhandled exception when
createActionParametersFromRequest
receives actionInputs values that are not strings, e.g.This is a naive fix. Hypothetically we should handle interpolation of strings within array or object but it's Friday evening and my own use-case works now. I didn't even know interpolation like this was thing.
Types of changes
Checklist: