From c1713e1b0b30e0af98899ba96cf891451fa8a282 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 8 Aug 2025 08:51:26 -0600 Subject: [PATCH] chore: Remove duplicate logic for encoding contactMethods for DB. --- src/views/ContactQRScanFullView.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/ContactQRScanFullView.vue b/src/views/ContactQRScanFullView.vue index 269bb79d..c2e7b455 100644 --- a/src/views/ContactQRScanFullView.vue +++ b/src/views/ContactQRScanFullView.vue @@ -553,11 +553,6 @@ export default class ContactQRScanFull extends Vue { return; } - // Add new contact - // @ts-expect-error because we're just using the value to store to the DB - contact.contactMethods = JSON.stringify( - (this as any)._parseJsonField(contact.contactMethods, []), - ); await this.$insertContact(contact); if (this.activeDid) {