fix some incorrect logic & things AI hallucinated
This commit is contained in:
@@ -504,10 +504,6 @@ export default class ContactQRScanShow extends Vue {
|
||||
const contact = {
|
||||
did: did,
|
||||
name: contactInfo.name || "",
|
||||
email: contactInfo.email || "",
|
||||
phone: contactInfo.phone || "",
|
||||
company: contactInfo.company || "",
|
||||
title: contactInfo.title || "",
|
||||
notes: contactInfo.notes || "",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user