Skip to content

Commit 80a41bc

Browse files
committed
Finish response 🤦‍♂️
1 parent 414b084 commit 80a41bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/api/fiscal-sponsorship/apply.js

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export default async function handler(req, res) {
6262
'(Adults) Annual Budget': parseInt(data.eventAnnualBudget),
6363
'HCB ID': r.id
6464
})
65+
res.status(200).end()
6566
})
6667
.catch(error => {
6768
console.error(error)

0 commit comments

Comments
 (0)