zahmis 5 years ago
parent
commit
93d18413e6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/slack/src/utils/verifying-is-slack-request.ts

+ 0 - 1
packages/slack/src/utils/verifying-is-slack-request.ts

@@ -23,7 +23,6 @@ export const verifyingIsSlackRequest = (req : Request & signingSecretType, res:R
   if (slackSignature == null || slackSignature == null) {
   if (slackSignature == null || slackSignature == null) {
     return res.send('Verification failed');
     return res.send('Verification failed');
   }
   }
-  // const timestampNumber = Number(timestamp);
 
 
   // protect against replay attacks
   // protect against replay attacks
   const time = Math.floor(new Date().getTime() / 1000);
   const time = Math.floor(new Date().getTime() / 1000);