We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2164b commit c0430bcCopy full SHA for c0430bc
functions/slack_slash_command/index.php
@@ -45,9 +45,6 @@ function isValidSlackWebhook(ServerRequestInterface $request): bool
45
$signature = $signature[0];
46
}
47
48
-
49
- //$nowInMs = round(microtime(true) * 1000);
50
51
// Compute signature
52
$plaintext = 'v0:' . $timestamp . ':' . (string) $request->getBody();
53
//var_dump($plaintext);
0 commit comments