Skip to content

Commit

Permalink
署名検証失敗はリトライしないように
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Jun 2, 2020
1 parent 5ddb01a commit 720d7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queue/processors/inbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default async (job: Bull.Job<InboxJobData>): Promise<string> => {
return `skip: Blocked instance: ${ldHost}`;
}
} else {
throw `skip: http-signature verification failed.`;
return `skip: http-signature verification failed and no LD-Signature. keyId=${signature.keyId}`;
}
}

Expand Down

0 comments on commit 720d7f2

Please sign in to comment.