Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo authored and Austin Lanari committed May 2, 2021
1 parent 5bf6499 commit 1ec69bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/queue/processors/inbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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から取得
Expand Down

0 comments on commit 1ec69bc

Please sign in to comment.