Refactoring
This commit is contained in:
parent
1c241776a6
commit
dc69490e3a
27 changed files with 38 additions and 43 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { initDb } from '@/db/postgre';
|
||||
import parseAcct from '@/misc/acct/parse';
|
||||
import { parseAcct } from '@/misc/acct';
|
||||
|
||||
async function main(acct: string): Promise<any> {
|
||||
await initDb();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue