SoftwareEngineeringNCSU101 / BurnoutExtreme

MIT License
0 stars 0 forks source link

Wrong event info retrieval #4

Closed dineshkannan010 closed 4 hours ago

dineshkannan010 commented 4 hours ago

Since there are multiple instance of events with same Title, so when the backend fetches a event, it is fetching event by title which causes retrieval of different event with same event title

dineshkannan010 commented 4 hours ago

Rectified the function which works handling the enrollment of events to retrieve event by ID not by Title: image