mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Merge pull request #1044 from hackclub/sarthaktexas/fix-apply-form
adds country to apply form
This commit is contained in:
commit
74b8b813b2
1 changed files with 2 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue