diff --git a/src/views/mastodon/accounts.ts b/src/views/mastodon/accounts.ts index 87c16034..95331a1b 100644 --- a/src/views/mastodon/accounts.ts +++ b/src/views/mastodon/accounts.ts @@ -87,7 +87,7 @@ async function renderAccount( pubkey, lud16, }, - website: sanitizeWebsite(website) ?? '', + website: sanitizeWebsite(website as string) ?? '', }; }