diff --git a/src/mail/index.ts b/src/mail/index.ts index 5bb2193..f02e6c7 100644 --- a/src/mail/index.ts +++ b/src/mail/index.ts @@ -214,7 +214,8 @@ const sendDataToBambooTable = async (initialForm: Record, tableSlug }; export const sendContactMail = async (form: Record) => { - const tableSlug = form?.eventType ? COURSE_CONFIGURATOR_TABLE_SLUG : BAMBOO_TABLE_SLUG; + // const tableSlug = form?.eventType ? COURSE_CONFIGURATOR_TABLE_SLUG : BAMBOO_TABLE_SLUG; + const tableSlug = BAMBOO_TABLE_SLUG; try { const findRecordQuery = ` query{