From d9780606b3f69fc7fff96245c032c2e443dc3432 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 Apr 2019 23:06:07 +0900 Subject: Refactor --- src/tools/resync-remote-user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/resync-remote-user.ts') diff --git a/src/tools/resync-remote-user.ts b/src/tools/resync-remote-user.ts index 7db5fe82ef..52f63cf1f1 100644 --- a/src/tools/resync-remote-user.ts +++ b/src/tools/resync-remote-user.ts @@ -1,5 +1,5 @@ import parseAcct from '../misc/acct/parse'; -import resolveUser from '../remote/resolve-user'; +import { resolveUser } from '../remote/resolve-user'; async function main(acct: string): Promise { const { username, host } = parseAcct(acct); -- cgit v1.2.3-freya