リレーが動作するように修正する (#8396)

This commit is contained in:
xianon 2022-03-12 13:21:04 +09:00 committed by GitHub
parent 357da2ce3a
commit 0a6c9a00bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';