mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
startup script running fix
This commit is contained in:
@@ -18,7 +18,7 @@ async function run(req) {
|
||||
return { executionResult: result };
|
||||
}
|
||||
|
||||
async function getStartupBundles(req) {
|
||||
async function getStartupBundles() {
|
||||
const notes = await labelService.getNotesWithLabel("run", "frontendStartup");
|
||||
|
||||
const bundles = [];
|
||||
|
||||
Reference in New Issue
Block a user