Make aci optional in ContactsParser
This commit is contained in:
parent
8b4d82c9fe
commit
e915180a62
1 changed files with 1 additions and 3 deletions
|
@ -206,9 +206,7 @@ function prepareContact(
|
|||
return undefined;
|
||||
}
|
||||
|
||||
const aci = proto.aci
|
||||
? normalizeAci(proto.aci, 'ContactBuffer.aci')
|
||||
: proto.aci;
|
||||
const aci = proto.aci ? normalizeAci(proto.aci, 'ContactBuffer.aci') : null;
|
||||
|
||||
const result = {
|
||||
...proto,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue