diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-02-01 19:59:12 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-02-01 19:59:12 +0900 |
| commit | 40e177fa9639b1c62184a41cd9d64eecfa527f45 (patch) | |
| tree | 3e5a95006e080c3fd31d750856b363264815ef70 /src/queue/processors/http/process-inbox.ts | |
| parent | Create type definition for 'deepcopy' (#4000) (diff) | |
| download | sharkey-40e177fa9639b1c62184a41cd9d64eecfa527f45.tar.gz sharkey-40e177fa9639b1c62184a41cd9d64eecfa527f45.tar.bz2 sharkey-40e177fa9639b1c62184a41cd9d64eecfa527f45.zip | |
Create type definition for 'http-signature' (#4049)
* Create type definition for 'http-signature'
* Follow lint
Diffstat (limited to 'src/queue/processors/http/process-inbox.ts')
| -rw-r--r-- | src/queue/processors/http/process-inbox.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue/processors/http/process-inbox.ts b/src/queue/processors/http/process-inbox.ts index 1ab5f094ee..32ac7aebd7 100644 --- a/src/queue/processors/http/process-inbox.ts +++ b/src/queue/processors/http/process-inbox.ts @@ -1,7 +1,7 @@ import * as bq from 'bee-queue'; import * as debug from 'debug'; -const httpSignature = require('http-signature'); +import * as httpSignature from 'http-signature'; import parseAcct from '../../../misc/acct/parse'; import User, { IRemoteUser } from '../../../models/user'; import perform from '../../../remote/activitypub/perform'; |