mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
parent
d2e7d9dd6b
commit
851e0af133
1 changed files with 2 additions and 1 deletions
|
|
@ -61,7 +61,8 @@ export default async function handler(req, res) {
|
|||
'(Adults) Political Activity': data.eventPoliticalActivity,
|
||||
'(Adults) Annual Budget': parseInt(data.eventAnnualBudget),
|
||||
'HCB ID': r.id,
|
||||
'Referral Code': data.referralCode
|
||||
'Referral Code': data.referralCode,
|
||||
Tubs: data.referralCode ? 'GFGS' : ''
|
||||
})
|
||||
res.status(200).end()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue