test return vals

This commit is contained in:
CHIEFSOFT\ameye
2024-11-30 03:52:14 -05:00
parent 492c4740fb
commit fbbdc9ccde
+1 -1
View File
@@ -56,7 +56,7 @@ export class ContactsDataService {
contactResult.contacts.map(( contact )=>{
if (ik < 5 ){
alert(contact);
alert(contact.phones + ' ' +contact.name + ' ' + contact.email);
}
ik++;
});