Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 177c1a8

Browse files
committed
Edit comment
1 parent 2883dee commit 177c1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ app.post('/commands', (req, res) => {
4040
// extract the slash command text, and trigger ID from payload
4141
const { text, trigger_id } = req.body;
4242

43-
// check that the verification token matches expected value
43+
// Verify the signing secret
4444
if (signature.isVerified(req)) {
4545
// create the dialog payload - includes the dialog structure, Slack API token,
4646
// and trigger ID

0 commit comments

Comments
 (0)