Skip to content

Commit 485f493

Browse files
committed
fix
1 parent cae130f commit 485f493

File tree

1 file changed

+1
-1
lines changed
  • functions/zoom-meeting-webhook-handler

1 file changed

+1
-1
lines changed

functions/zoom-meeting-webhook-handler/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const handler = async function (event, context) {
2222
}:${JSON.stringify(event.body)}`;
2323

2424
const hashForVerify = crypto
25-
.createHmac('sha256', ZOOM_WEBHOOK_SECRET_TOKEN)
25+
.createHmac('sha256', ZOOM_SECRET)
2626
.update(message)
2727
.digest('hex');
2828

0 commit comments

Comments
 (0)