Skip to content

Commit

Permalink
Merge pull request #140 from friggframework/slack-missing-trailing-sl…
Browse files Browse the repository at this point in the history
…ash-ephemeral

Trailing slash for path
  • Loading branch information
seanspeaks authored Mar 28, 2023
2 parents 257d03f + 2753cd2 commit eb21c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-module-library/slack/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Api extends OAuth2Requester {
// Chats
getMessagePermalink: '/chat.getPermalink',
postMessage: '/chat.postMessage',
postEphemeral: 'chat.postEphemeral',
postEphemeral: '/chat.postEphemeral',
updateMessage: '/chat.update',
deleteMessage: '/chat.delete',

Expand Down

0 comments on commit eb21c67

Please sign in to comment.