Fix typescript

This commit is contained in:
Austin Chen 2022-04-29 17:29:19 -04:00
parent 2322225472
commit 316bc345d5

View File

@ -6,7 +6,7 @@ export type OgCardProps = {
metadata: string
creatorName: string
creatorUsername: string
creatorAvatarUrl: string
creatorAvatarUrl?: string
}
function buildCardUrl(props: OgCardProps) {