Skip to content

Commit

Permalink
Merge pull request #399 from seratch/readme-fix-next
Browse files Browse the repository at this point in the history
[v2] Fix an error on README
  • Loading branch information
seratch authored Feb 18, 2020
2 parents d66b09e + 332db76 commit 3400479
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.
await say(`I'm sorry <@${slackUserId}, you aren't registered with Acme. Please use <https://acme.com/register> to use this app.`);
await 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 3400479

Please sign in to comment.