This commit is contained in:
syuilo
2019-04-07 23:06:07 +09:00
parent fffa32df48
commit d9780606b3
6 changed files with 9 additions and 9 deletions

View File

@ -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);