Diego81/omnicontacts

Undefined local variable or method `emails'

Closed this issue · 1 comments

NameError (undefined local variable or method `emails' for #OmniContacts::Importer::Hotmail:0x007f8b0e9bfc30):

Could you please fix this issuse
Thank !

In omnicontacts/importer/hotmail.rb:44
Fix : contact[:email] = parse_email(emails) if valid_email? parse_email(emails) -> contact[:email] = parse_email(entry['emails']) if valid_email? parse_email(entry['emails'])

Code not actively maintained please make pull request yourself,
we do not offer support