Fix formatting in resolve-user.ts
This commit is contained in:
parent
90eabd4816
commit
a2fbf57769
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ export async function resolveUser(
|
|||
return user;
|
||||
}
|
||||
|
||||
export async function getSubjectHostFromUri( uri: string): Promise<string | null> {
|
||||
export async function getSubjectHostFromUri(uri: string): Promise<string | null> {
|
||||
try {
|
||||
const acct = subjectToAcct((await webFinger(uri)).subject);
|
||||
const res = await resolveUserWebFinger(acct.toLowerCase());
|
||||
|
|
Loading…
Reference in a new issue