diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-18 11:03:38 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-18 11:03:38 +0900 |
| commit | 0d19c2d42ee98e36d45d8040f9e9df7e4a9de0b7 (patch) | |
| tree | 7a4006064f43f9de4e6af711a6434726b9fa0b55 /src/queue | |
| parent | format (diff) | |
| download | sharkey-0d19c2d42ee98e36d45d8040f9e9df7e4a9de0b7.tar.gz sharkey-0d19c2d42ee98e36d45d8040f9e9df7e4a9de0b7.tar.bz2 sharkey-0d19c2d42ee98e36d45d8040f9e9df7e4a9de0b7.zip | |
add note
Diffstat (limited to 'src/queue')
| -rw-r--r-- | src/queue/processors/inbox.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/queue/processors/inbox.ts b/src/queue/processors/inbox.ts index b4e8b85a46..a5822ff25f 100644 --- a/src/queue/processors/inbox.ts +++ b/src/queue/processors/inbox.ts @@ -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から取得 |