mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 20:03:09 +02:00
リレーが動作するように修正する (#8396)
This commit is contained in:
parent
357da2ce3a
commit
0a6c9a00bd
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue