Skip to content

Simplify variables validation in triggers API

Robert Schilling requested to merge api-simplify-variables-validation into master

What does this MR do?

This converts the parameter to hash instead of checking if the parameter is here. This work because nil.to_h => {}

Merge request reports