diff --git a/lib/unfurl-shortcode.js b/lib/unfurl-shortcode.js index ff8ba93..e9f6dea 100644 --- a/lib/unfurl-shortcode.js +++ b/lib/unfurl-shortcode.js @@ -76,7 +76,7 @@ export function escapeHtml(str) { export function renderFallbackLink(url) { const domain = escapeHtml(extractDomain(url)); - return `${domain}`; + return `${domain}`; } export function renderCard(url, metadata) {