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 44a35b7 commit af091aaCopy full SHA for af091aa
lib/connect/examples/validateWebhookMessage.js
@@ -6,6 +6,7 @@
6
7
const crypto = require('crypto');
8
9
+//ds-snippet-start:Connect1Step2
10
/**
11
* This function computes the hash.
12
* @param {object} args parameters for computing the hash.
@@ -33,3 +34,4 @@ const isHashValid = (args) => {
33
34
};
35
36
module.exports = { computeHash, isHashValid };
37
+//ds-snippet-end:Connect1Step2
0 commit comments