Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Fix typo (prefix -> prefill)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford authored Oct 22, 2019
1 parent b65df9d commit b4e5767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ app.get('/', async (req, res) => {
console.log(
`GitHub tells me that this user is 'https://github.com/${username}'. I'll redirect them to the Airtable.`
)
res.redirect(302, `${formUrl}?prefill_GitHub%20Username=${username}&prefil_GitHub%20Email=${email}`)
res.redirect(302, `${formUrl}?prefill_GitHub%20Username=${username}&prefill_GitHub%20Email=${email}`)
} else {
console.log(
"GitHub doesn't recognize this user. I'll just send them to the Airtable with nothing prefilled."
Expand Down

0 comments on commit b4e5767

Please sign in to comment.