jrheard / rask

overengineered personalized-to-me taskwarrior replacement
MIT License
0 stars 0 forks source link

422 on task create/edit requests that supply an invalid due date #9

Open jrheard opened 3 years ago

jrheard commented 3 years ago

right now, if an incoming due date is set to "pizza" or something, we just drop it on the ground and use None instead; i'd prefer it if we returned a 422 response and didn't create/edit the task.