mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 04:00:14 +01:00
Typo: database extension error message (#8461)
This commit is contained in:
@@ -44,7 +44,7 @@ const fetchDocument = async ({ context, documentName: pageId, instance }: FetchP
|
||||
await service.updateDescriptionBinary(pageId, payload);
|
||||
} catch (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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user