This commit is contained in:
syuilo 2022-04-16 17:19:30 +09:00
parent 4907dc91f7
commit 44a01c4b5a
5 changed files with 9 additions and 9 deletions

View file

@ -4,7 +4,7 @@ import * as misskey from 'misskey-js';
import fetch from 'node-fetch';
import FormData from 'form-data';
import * as childProcess from 'child_process';
import * as http from 'http';
import * as http from 'node:http';
import loadConfig from '../src/config/load.js';
import { SIGKILL } from 'constants';
import { entities } from '../src/db/postgre.js';