mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 00:45:50 +02:00
Refactor
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user