debug daa

This commit is contained in:
CHIEFSOFT\ameye
2024-11-30 03:30:43 -05:00
parent 20a7f59842
commit dbed26a8ad
+9
View File
@@ -52,6 +52,15 @@ export class ContactsDataService {
message: 'Refreshing...',
duration: 7000,
});
var ik = 0;
contactResult.contacts.map(( contact )=>{
if (ik ==0 ){
alert(contact);
}
ik++;
});
const myString = JSON.stringify(contactResult.contacts);
// alert(myString.length);
// alert(myString);