mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -582,7 +582,7 @@ async function exportToZipFile(noteId: string, format: "markdown" | "html", zipF
|
||||
log.info(`Exported '${noteId}' with format '${format}' to '${zipFilePath}'`);
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
exportToZip,
|
||||
exportToZipFile
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user