Skip to content

Fix data types in routes.

Drew requested to merge fix-routes into dev

@DSASanFrancisco/portal-members

Our gracious beta tester got an error loading the page to view a committee. The route for get_committee doesn't specify the type for committee_id, so we're comparing a string value from the request against an int value on the role.

Merge request reports