mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
server-ts: Fix references to js files for converted files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const cls = require('./cls');
|
||||
const becca = require('../becca/becca.js');
|
||||
const becca = require('../becca/becca');
|
||||
|
||||
function getHoistedNoteId() {
|
||||
return cls.getHoistedNoteId();
|
||||
|
||||
Reference in New Issue
Block a user