We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c8eb7 commit 752ca09Copy full SHA for 752ca09
fixcontacts2a/src/pages/home/home.ts
@@ -46,7 +46,7 @@ export class HomePage {
46
47
res.forEach( (contact:Contact) => {
48
49
- if(!contact.photos || 1) {
+ if(!contact.photos) {
50
console.log('FIXING '+contact.name.formatted);
51
//console.log(contact);
52
0 commit comments