hackersatbrown / api-morning-mail

2 stars 0 forks source link

Fixed explosion bug when req missing key. #27

Closed jonahkagan closed 10 years ago

jonahkagan commented 11 years ago

Restify defaults the username property to "anonymous" when no key is provided, but leaves the actual parsing results empty. We want a null value when there's no key, not "anonymous".