diff --git a/apimodels/create_event.go b/apimodels/create_event.go index 49b944a..e9864eb 100644 --- a/apimodels/create_event.go +++ b/apimodels/create_event.go @@ -5,6 +5,6 @@ type CreateEvent struct { Description string `json:"description"` StartDate string `json:"startDate"` EndDate string `json:"endDate"` - VolunteersRequired int `json:"volunteersRequired"` //change to match in event.go? + VolunteersRequired int `json:"volunteersRequired"` Location string `json:"location"` }