Skip to content

Commit

Permalink
fix undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip authored Oct 22, 2024
1 parent c16e937 commit 23a7f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ serve({
},
{
property: 'twitter:description',
content: recordDetails.description,
content: recordDetails.description ? recordDetails.description : '',
},
]
);
Expand Down

0 comments on commit 23a7f3d

Please sign in to comment.