mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix: cast website as string
This commit is contained in:
parent
bf461041e7
commit
94a9fed2cc
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ async function renderAccount(
|
||||||
pubkey,
|
pubkey,
|
||||||
lud16,
|
lud16,
|
||||||
},
|
},
|
||||||
website: sanitizeWebsite(website) ?? '',
|
website: sanitizeWebsite(website as string) ?? '',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue