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

Commit 65a54ca

Browse files
update to granular permissions
1 parent d154b67 commit 65a54ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/verifySignature.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const isVerified = (req) => {
55
const signature = req.headers['x-slack-signature'];
66
const timestamp = req.headers['x-slack-request-timestamp'];
77
const hmac = crypto.createHmac('sha256', process.env.SLACK_SIGNING_SECRET);
8-
console.log('signature', signature)
98
const [version, hash] = signature.split('=');
109

1110
// Check if the timestamp is too old

0 commit comments

Comments
 (0)