diff options
| author | Johann150 <johann.galle@protonmail.com> | 2022-05-26 02:12:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-26 09:12:17 +0900 |
| commit | 9c80403072d2f49103f77af54dffbd21325806db (patch) | |
| tree | d0fcb972837a9a7cfcdbdd47f82698077713d271 /packages/backend/src/queue/index.ts | |
| parent | update deps (diff) | |
| download | sharkey-9c80403072d2f49103f77af54dffbd21325806db.tar.gz sharkey-9c80403072d2f49103f77af54dffbd21325806db.tar.bz2 sharkey-9c80403072d2f49103f77af54dffbd21325806db.zip | |
use http-signature module that supports hs2019 (#8635)
Diffstat (limited to 'packages/backend/src/queue/index.ts')
| -rw-r--r-- | packages/backend/src/queue/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/queue/index.ts b/packages/backend/src/queue/index.ts index 2d40290e4c..67d5f5d248 100644 --- a/packages/backend/src/queue/index.ts +++ b/packages/backend/src/queue/index.ts @@ -1,4 +1,4 @@ -import httpSignature from 'http-signature'; +import httpSignature from '@peertube/http-signature'; import { v4 as uuid } from 'uuid'; import config from '@/config/index.js'; |