missing semicolon

This commit is contained in:
tamaina 2018-08-18 21:57:21 +09:00 committed by Aya Morisawa
parent a4283c415a
commit 22f4b3cc7b

View file

@ -51,7 +51,7 @@ export default function(html: string): string {
} }
// メンション以外 // メンション以外
} else { } else {
text += `[${txt}](${node.attrs.find((x: any) => x.name == 'href').value})` text += `[${txt}](${node.attrs.find((x: any) => x.name == 'href').value})`;
} }
if (node.childNodes) { if (node.childNodes) {