mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
support for backend jobs and other script API changes
This commit is contained in:
@@ -109,7 +109,7 @@ karma: ${comment.score}, created at ${dateTimeStr}</p><p></p>`
|
||||
let redditAccounts = [];
|
||||
|
||||
async function runImport() {
|
||||
const rootNoteId = await date_notes.getRootNoteId();
|
||||
const rootNoteId = await date_notes.getRootCalendarNoteId();
|
||||
|
||||
// technically mutex shouldn't be necessary but we want to avoid doing potentially expensive import
|
||||
// concurrently with sync
|
||||
|
||||
Reference in New Issue
Block a user