bkeepers / parse-reminder

a node module to parse natural language reminders into who, what, and when
ISC License
22 stars 7 forks source link

Return null if no date #3

Closed bkeepers closed 6 years ago

bkeepers commented 6 years ago

Add condition to ensure it returns null when no date is present. Eventually there might be use cases where this should still return a reminder with a null date, but that's not my use case right now.