mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix
This commit is contained in:
parent
a2a9415839
commit
698a2c6912
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ export async function importMastoPost(
|
|||
try {
|
||||
text = htmlToMfm(post.object.content, post.object.tag);
|
||||
} catch (e) {
|
||||
done();
|
||||
return;
|
||||
throw e;
|
||||
}
|
||||
|
||||
const note = await create(user, {
|
||||
|
|
Loading…
Add table
Reference in a new issue