fedimbed: more errors

This commit is contained in:
Cynthia Foxwell 2022-12-05 20:03:02 -07:00
parent ac94fa00e3
commit 8e61b5da82
1 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,8 @@ async function processUrl(msg, url) {
// We could just continue without author but it'd look ugly and be confusing.
if (!author) {
logger.warn(
"fedimbed"`Bailing trying to re-embed "${url}": Failed to get author.`
"fedimbed",
`Bailing trying to re-embed "${url}": Failed to get author.`
);
return;
}