email added

This commit is contained in:
CHIEFSOFT\ameye
2023-12-06 01:02:53 -05:00
parent 6d8991dda2
commit ec4ec16740
+2 -1
View File
@@ -24,7 +24,8 @@ export class ContactsDataService {
Contacts.getContacts({projection: {
name: true,
phones: true,
image: true
image: true,
emails: true
}}).then( result=>{
console.log(result);
});