Skip to content

Commit 185a3cb

Browse files
authored
fix typo in insight docs (#6848)
1 parent 473c9cc commit 185a3cb

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/insight/webhooks/payload

1 file changed

+1
-1
lines changed

apps/portal/src/app/insight/webhooks/payload/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const isValidSignature = (
172172
};
173173

174174
// extract the signature from request headers
175-
const signature = req.headers['x-signature'];
175+
const signature = req.headers['x-webhook-signature'];
176176
// get the raw body of the request
177177
const rawBody = req.rawBody;
178178

0 commit comments

Comments
 (0)