We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414b084 commit 80a41bcCopy full SHA for 80a41bc
pages/api/fiscal-sponsorship/apply.js
@@ -62,6 +62,7 @@ export default async function handler(req, res) {
62
'(Adults) Annual Budget': parseInt(data.eventAnnualBudget),
63
'HCB ID': r.id
64
})
65
+ res.status(200).end()
66
67
.catch(error => {
68
console.error(error)
0 commit comments