diff --git a/helpers/hubspot.helper.js b/helpers/hubspot.helper.js index ad000f1..4e62d82 100644 --- a/helpers/hubspot.helper.js +++ b/helpers/hubspot.helper.js @@ -291,7 +291,7 @@ async function _addInscriptionToMember(hbContact, member) { async function _deleteInscriptionFromMember(hbContact, inscription) { let { event: { - event_name, + name: event_name, init_date, location: { city: delete_city, country: delete_country }, },