revert bc i remember why we removed it

This commit is contained in:
sarthak 2024-03-27 22:58:58 -05:00 committed by GitHub
parent 9cc49fabe3
commit 50651e11c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ export default async function handler(req, res) {
body: JSON.stringify({
email: data.userEmail,
name: data.eventName,
country: data.eventLocation,
// country: data.eventLocation,
}),
method: 'POST',
headers: {