bounswe / 2021SpringGroup4

This is the project repository of Group 4 for Boğaziçi University's Fundamentals of Software Engineering course.
2 stars 1 forks source link

fixed event update bug #213

Closed kerimoglutolga closed 2 years ago

kerimoglutolga commented 2 years ago

There was a bug where the updating an event using the relevant endpoint did not actually altered data in the database. This was due a misuse of referencing properties of python objects. This is a simple fix.