From dc69490e3abdebf186e9b642c629ec888afc88d8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 15 Jul 2021 20:45:32 +0900 Subject: Refactoring --- src/tools/resync-remote-user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/resync-remote-user.ts b/src/tools/resync-remote-user.ts index d9685ee4b7..ad2e231eb5 100644 --- a/src/tools/resync-remote-user.ts +++ b/src/tools/resync-remote-user.ts @@ -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 { await initDb(); -- cgit v1.2.3-freya