From 7124b06d678b41740a6b31ec7f53a8adc57f6059 Mon Sep 17 00:00:00 2001 From: David Arranz Date: Mon, 3 Jun 2024 17:26:37 +0200 Subject: [PATCH] . --- helpers/hubspot.helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, },