fedimbed: fix logger call

This commit is contained in:
Cynthia Foxwell 2024-04-02 21:55:13 -06:00
parent 70e7fdee04
commit 019c8a0619
1 changed files with 1 additions and 0 deletions

View File

@ -574,6 +574,7 @@ async function processUrl(msg, url, spoiler = false) {
}
} else {
logger.warn(
"fedimbed",
`Unhandled attachment structure! ${JSON.stringify(attachment)}`
);
}