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

Commit

Permalink
Fix outdated form URL
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Oct 14, 2019
1 parent f796cb2 commit 0955bcc
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 @@ -34,7 +34,7 @@ app.get('/', async (req, res) => {

res.redirect(
302,
`https://airtable.com/shrlf0NgVfVBI51hU?prefill_GitHub%20Username=${ghUser.data.login}`
`https://airtable.com/shrNMxeoANyxtVY8U?prefill_GitHub%20Username=${ghUser.data.login}`
)
} catch (e) {
console.error(e)
Expand Down

0 comments on commit 0955bcc

Please sign in to comment.