Skip to content

Commit

Permalink
use bamboo-table-slug for all form data
Browse files Browse the repository at this point in the history
  • Loading branch information
elvisduru committed Mar 14, 2024
1 parent 6e719ef commit 86223d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mail/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ const sendDataToBambooTable = async (initialForm: Record<string, any>, tableSlug
};

export const sendContactMail = async (form: Record<string, any>) => {
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{
Expand Down

0 comments on commit 86223d7

Please sign in to comment.