chore: wrong value

This commit is contained in:
Mar0xy 2023-09-25 12:49:39 +02:00
parent 49077bad34
commit 5cca3e81d2
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -49,7 +49,7 @@ async function getFeaturedUser( BASE_URL: string, host: string, accessTokens: st
return data.map((u) => {
return {
source: 'past_interactions',
account: Converter.userDetail(u, BASE_URL),
account: Converter.userDetail(u, host),
};
});
} catch (e: any) {