mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Fix formatting in resolve-user.ts
This commit is contained in:
parent
90eabd4816
commit
a2fbf57769
@ -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 New Issue
Block a user