Skip to content

Unused parameter

Alexandre Moevi requested to merge fix-get-value into develop

The function getValue declares two parameters but paramName is never used and/or returned.

The fix is to use the parameter where it should be.

Merge request reports