mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -47,7 +47,7 @@ function sanitize(dirtyHtml: string) {
|
||||
});
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
sanitize,
|
||||
sanitizeUrl: (url: string) => {
|
||||
return sanitizeUrl.sanitizeUrl(url).trim();
|
||||
|
||||
Reference in New Issue
Block a user