fedimbed: fix logger call
This commit is contained in:
parent
70e7fdee04
commit
019c8a0619
1 changed files with 1 additions and 0 deletions
|
@ -574,6 +574,7 @@ async function processUrl(msg, url, spoiler = false) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
logger.warn(
|
logger.warn(
|
||||||
|
"fedimbed",
|
||||||
`Unhandled attachment structure! ${JSON.stringify(attachment)}`
|
`Unhandled attachment structure! ${JSON.stringify(attachment)}`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue