diff --git a/src/core/services/ContactsService.ts b/src/core/services/ContactsService.ts index b3bb2593a..02a3071bd 100644 --- a/src/core/services/ContactsService.ts +++ b/src/core/services/ContactsService.ts @@ -194,7 +194,6 @@ class ContactsService { role.dateExpires = updates.dateExpires || role.dateExpires; } else { role = getRepository(ContactRole).create({ - contact: contact, type: roleType, dateAdded: updates?.dateAdded || new Date(), dateExpires: updates?.dateExpires || null