Skip to content

Commit c0430bc

Browse files
author
ace-n
committed
Fix typo
1 parent da2164b commit c0430bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

functions/slack_slash_command/index.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ function isValidSlackWebhook(ServerRequestInterface $request): bool
4545
$signature = $signature[0];
4646
}
4747

48-
49-
//$nowInMs = round(microtime(true) * 1000);
50-
5148
// Compute signature
5249
$plaintext = 'v0:' . $timestamp . ':' . (string) $request->getBody();
5350
//var_dump($plaintext);

0 commit comments

Comments
 (0)