Skip to content

Commit

Permalink
example tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Sep 27, 2024
1 parent 82628ed commit 97787d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/message-metadata/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const app = new App({

// Listen to slash command
// Post a message with Message Metadata
app.command('/post', async ({ ack, command, say }) => {
app.command('/post', async ({ ack, say }) => {
await ack();
await say({
text: 'Message Metadata Posting',
Expand Down

0 comments on commit 97787d9

Please sign in to comment.