Skip to content

Commit

Permalink
Merge pull request #398 from seratch/readme-fix
Browse files Browse the repository at this point in the history
Fix an error on README
  • Loading branch information
seratch authored Feb 13, 2020
2 parents a7c4db5 + d3ec601 commit db940c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function authWithAcme({ payload, context, say, next }) {
if (error.message === 'Not Found') {
// In the real world, you would need to check if the say function was defined, falling back to the respond
// function if not, and then falling back to only logging the error as a last resort.
say(`I'm sorry <@${slackUserId}, you aren't registered with Acme. Please use <https://acme.com/register> to use this app.`);
say(`I'm sorry <@${slackUserId}>, you aren't registered with Acme. Please use <https://acme.com/register> to use this app.`);
return;
}

Expand Down

0 comments on commit db940c5

Please sign in to comment.