Skip to content

Commit 9785d58

Browse files
author
Filip Maj
committed
example tweaks
1 parent 5a61e2b commit 9785d58

File tree

1 file changed

+1
-1
lines changed
  • examples/message-metadata

1 file changed

+1
-1
lines changed

examples/message-metadata/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const app = new App({
1414

1515
// Listen to slash command
1616
// Post a message with Message Metadata
17-
app.command('/post', async ({ ack, command, say }) => {
17+
app.command('/post', async ({ ack, say }) => {
1818
await ack();
1919
await say({
2020
text: 'Message Metadata Posting',

0 commit comments

Comments
 (0)