Skip to content

Cast incoming access_raw_diffs param to boolean

Kerri Miller requested to merge kerrizor/cast-access_raw_diffs-to-boolean into master

What does this MR do?

I noticed while investigating a separate issue that we're testing the truthiness of the incoming string rather than casting to a boolean. This fixes that.

Merge request reports