Typo: database extension error message (#8461)
This commit is contained in:
parent
3241693d6d
commit
ec215bb3b1
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ const fetchDocument = async ({ context, documentName: pageId, instance }: FetchP
|
||||||
await service.updateDescriptionBinary(pageId, payload);
|
await service.updateDescriptionBinary(pageId, payload);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
const error = new AppError(e);
|
const error = new AppError(e);
|
||||||
logger.error("Failed to save binary after first convertion from html:", error);
|
logger.error("Failed to save binary after first conversion from html:", error);
|
||||||
}
|
}
|
||||||
return convertedBinaryData;
|
return convertedBinaryData;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue