Skip to content

Commit

Permalink
Removing extra comma, syntax error while updating the email for exerc…
Browse files Browse the repository at this point in the history
…ises (#35)
  • Loading branch information
dhruvmishra authored and Kent C. Dodds committed Jan 23, 2017
1 parent 30d3a9a commit 1f3af03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/autofill-feedback-email.js
Expand Up @@ -18,5 +18,5 @@ replace(options).then(
error => {
console.error('Failed to update files')
console.error(error.stack)
},
}
)

0 comments on commit 1f3af03

Please sign in to comment.