bigskysoftware / contact-app

101 stars 48 forks source link

Make contact search robust against None values #8

Closed adamstep closed 1 year ago

adamstep commented 1 year ago

Contact.search() doesn't work when a contact in the DB contains a None value. Updated to guard against None values to fix the bug.