Closed adamstep closed 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.
Contact.search()
None
Contact.search()
doesn't work when a contact in the DB contains aNone
value. Updated to guard against None values to fix the bug.