Skip to content

Commit 2a1158e

Browse files
committed
fix a log bug
1 parent f1aa75a commit 2a1158e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jira/Router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class JiraWebhooksRouter {
6464
buffer
6565
).digest('hex');
6666
if (hubSecret !== calculatedSecret) {
67-
log.warn(`Received JIRA request with a signature but no secret is configured`);
67+
log.warn(`JIRA secret did not match`);
6868
throw new ApiError("Signature did not match", ErrCode.BadToken);
6969
}
7070
return;

0 commit comments

Comments
 (0)