Skip to content

Switch to object.assigns

Closes #424 (closed)

Replaces uses of _.assign with Object.assign. Also replaces two instances of assigning via iteration with Object.assign.

Linter and tests passed. Manually checked that things appear to work correclty.

Merge request reports