mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -54,7 +54,7 @@ function calculateContentHash({blobId, content}: Blob) {
|
||||
return utils.hash(`${blobId}|${content.toString()}`);
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getBlobPojo,
|
||||
processContent,
|
||||
calculateContentHash
|
||||
|
||||
Reference in New Issue
Block a user