summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/index.ts
diff options
context:
space:
mode:
authorJohann150 <johann.galle@protonmail.com>2022-05-26 02:12:17 +0200
committerGitHub <noreply@github.com>2022-05-26 09:12:17 +0900
commit9c80403072d2f49103f77af54dffbd21325806db (patch)
treed0fcb972837a9a7cfcdbdd47f82698077713d271 /packages/backend/src/queue/index.ts
parentupdate deps (diff)
downloadsharkey-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.ts2
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';