Skip to content

Commit 4617a1d

Browse files
committed
fix: correct spelling error in database.ts log message
Fix "convertion" -> "conversion" in error log message. Signed-off-by: majiayu000 <1835304752@qq.com>
1 parent f04be48 commit 4617a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/live/src/extensions/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const fetchDocument = async ({ context, documentName: pageId, instance }: FetchP
4444
await service.updateDescriptionBinary(pageId, payload);
4545
} catch (e) {
4646
const error = new AppError(e);
47-
logger.error("Failed to save binary after first convertion from html:", error);
47+
logger.error("Failed to save binary after first conversion from html:", error);
4848
}
4949
return convertedBinaryData;
5050
}

0 commit comments

Comments
 (0)