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

Commit

Permalink
Merge branch 'master' of https://github.com/MaxWofford/hack-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Oct 23, 2019
2 parents 0679de1 + b4e5767 commit 408e796
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 @@ -77,7 +77,7 @@ app.get('/', async (req, res) => {
)
res.redirect(
302,
`${formUrl}?prefill_GitHub%20Username=${username}&prefil_GitHub%20Email=${email}`
`${formUrl}?prefill_GitHub%20Username=${username}&prefill_GitHub%20Email=${email}`
)
} else {
console.log(
Expand Down

0 comments on commit 408e796

Please sign in to comment.