Skip to content
Snippets Groups Projects

add emailService to VCardAttributes

Merged Damyan Mitev requested to merge 32-implement-validation-of-vcard into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
@@ -1505,6 +1505,16 @@ const connection = Penpal.connectToParent({
);
}
debugger;
try {
console.log("signVCard debug");
console.log({parts});
console.log("typeof parts", typeof parts);
console.log("typeof parts.unshift", typeof parts.unshift);
} catch(error) {
console.error(error);
}
if (!parts) {
parts = [];
}
Loading