HackIllinois/api-2018

Fix events location body

Opened this issue · 0 comments

	"eventLocations": [{
		"locationId": 1
	},{
		"locationId": 2
	}]

should be

"eventLocations": [1, 2]