Refactor
This commit is contained in:
parent
3d276ab733
commit
aaa167fd57
8 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ import { toUnicode, toASCII } from 'punycode';
|
|||
import User from '../models/user';
|
||||
import webFinger from './webfinger';
|
||||
import config from '../config';
|
||||
import { createPerson } from './activitypub/objects/person';
|
||||
import { createPerson } from './activitypub/models/person';
|
||||
|
||||
export default async (username, _host, option) => {
|
||||
const usernameLower = username.toLowerCase();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue