codeforamerica / denver-schedules-api

An api for city events & schedules.
MIT License
7 stars 5 forks source link

Fix RemindOn bug #53

Closed gregoryjscott closed 10 years ago

gregoryjscott commented 10 years ago

This fixes CreateReminders so that it inserts a value for RemindOn and returns it afterward. This also changes the logic of CreateReminders so that it doesn't swallow exceptions on database errors.

boonrs commented 10 years ago

:+1: Thank you.