diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-03-12 13:21:39 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-03-12 13:21:39 +0900 |
| commit | 865bb899952aaef68ee43aaa24181abef5c373a2 (patch) | |
| tree | 018f739158f71cd84e13d4af204485b83f50c4aa | |
| parent | tweal c;iemy (diff) | |
| parent | リレーが動作するように修正する (#8396) (diff) | |
| download | misskey-865bb899952aaef68ee43aaa24181abef5c373a2.tar.gz misskey-865bb899952aaef68ee43aaa24181abef5c373a2.tar.bz2 misskey-865bb899952aaef68ee43aaa24181abef5c373a2.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
| -rw-r--r-- | packages/backend/src/remote/activitypub/misc/ld-signature.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/remote/activitypub/misc/ld-signature.ts b/packages/backend/src/remote/activitypub/misc/ld-signature.ts index 34294c935d..5132c6ef96 100644 --- a/packages/backend/src/remote/activitypub/misc/ld-signature.ts +++ b/packages/backend/src/remote/activitypub/misc/ld-signature.ts @@ -1,5 +1,5 @@ import * as crypto from 'node:crypto'; -import * as jsonld from 'jsonld'; +import jsonld from 'jsonld'; import { CONTEXTS } from './contexts.js'; import fetch from 'node-fetch'; import { httpAgent, httpsAgent } from '@/misc/fetch.js'; |