mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
fix error
This commit is contained in:
parent
c081a3013b
commit
1902705e94
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ async function inviteToAirtable({ email, ip }) {
|
|||
// tableName: 'Arcade Joins' // prod
|
||||
tableName: 'Main' // waitlist
|
||||
})
|
||||
return await airtable.create({ Email: email, IP: ip })
|
||||
return await airtable.create({ email: email, ip: ip, Status: "Waitlist" })
|
||||
}
|
||||
|
||||
export default async function handler(req, res) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue