Skip to content
Snippets Groups Projects
Commit 0d19c2d4 authored by syuilo's avatar syuilo
Browse files

add note

parent e53a4065
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ export default async (job: Bull.Job<InboxJobData>): Promise<string> => {
return `Old keyId is no longer supported. ${keyIdLower}`;
}
// TDOO: キャッシュ
const dbResolver = new DbResolver();
// HTTP-Signature keyIdを元にDBから取得
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment