Skip to content

Commit

Permalink
removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janayee-c committed Mar 28, 2024
1 parent 1fe724b commit 93be2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apimodels/create_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

0 comments on commit 93be2aa

Please sign in to comment.