diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-07 23:06:07 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-07 23:06:07 +0900 |
| commit | d9780606b3f69fc7fff96245c032c2e443dc3432 (patch) | |
| tree | 4df09a9e31ea23fd9620a9678f5ca763c423439e /src/tools/resync-remote-user.ts | |
| parent | Fix bug (diff) | |
| download | sharkey-d9780606b3f69fc7fff96245c032c2e443dc3432.tar.gz sharkey-d9780606b3f69fc7fff96245c032c2e443dc3432.tar.bz2 sharkey-d9780606b3f69fc7fff96245c032c2e443dc3432.zip | |
Refactor
Diffstat (limited to 'src/tools/resync-remote-user.ts')
| -rw-r--r-- | src/tools/resync-remote-user.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<any> { const { username, host } = parseAcct(acct); |