startup script running fix

This commit is contained in:
azivner
2018-04-04 23:51:47 -04:00
parent fb54678fef
commit 6ed6e27602
3 changed files with 5 additions and 3 deletions

View File

@@ -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 = [];