From beb9b32c69872e04af696779f00884fc2a9a2072 Mon Sep 17 00:00:00 2001 From: Sarthak Mohanty Date: Tue, 2 Jan 2024 10:47:35 -0500 Subject: [PATCH] adds country to apply form --- pages/api/hcb/apply.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/api/hcb/apply.js b/pages/api/hcb/apply.js index 3b9b8ecd..faeb9c84 100644 --- a/pages/api/hcb/apply.js +++ b/pages/api/hcb/apply.js @@ -14,7 +14,8 @@ export default async function handler(req, res) { body: JSON.stringify({ email: data.userEmail, name: data.eventName, - transparent: data.transparent + transparent: data.transparent, + country: data.eventCountryCode, }), method: 'POST', headers: {