refactoe
This commit is contained in:
parent
4907dc91f7
commit
44a01c4b5a
5 changed files with 9 additions and 9 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue