mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Merge pull request #1124 from hackclub/quickfix
quickfix: student -> minor
This commit is contained in:
commit
e6c4f6c0cc
1 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ export default async function handler(req, res) {
|
|||
const airtablePromise = joinTable.create({
|
||||
'Full Name': data.name,
|
||||
'Email Address': data.email,
|
||||
Student: !isAdult,
|
||||
Minor: !isAdult,
|
||||
Reason: data.reason,
|
||||
Invited: !waitlist,
|
||||
Club: data.club ? data.club : '',
|
||||
|
|
@ -114,4 +114,4 @@ export default async function handler(req, res) {
|
|||
console.error(error)
|
||||
res.status(500).json({ error })
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue