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 f1aa75a commit 2a1158eCopy full SHA for 2a1158e
src/jira/Router.ts
@@ -64,7 +64,7 @@ export class JiraWebhooksRouter {
64
buffer
65
).digest('hex');
66
if (hubSecret !== calculatedSecret) {
67
- log.warn(`Received JIRA request with a signature but no secret is configured`);
+ log.warn(`JIRA secret did not match`);
68
throw new ApiError("Signature did not match", ErrCode.BadToken);
69
}
70
return;
0 commit comments