Skip to content

Commit

Permalink
Delete token which doesnt make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
honzasladek committed Jul 26, 2023
1 parent 5664999 commit b76c65a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/guides/superface.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ app.post('/payload', async (req, res) => {
try {
const result = await useCase.perform(
{
token: 'xoxp-1234567890-abcdefgh',
channel: 'random',
text: `New article with ${values.title} created`,
as_user: true,
Expand Down

0 comments on commit b76c65a

Please sign in to comment.