Fix
This commit is contained in:
parent
38a5f4e543
commit
1161db414e
|
@ -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…
Reference in New Issue