summaryrefslogtreecommitdiff
path: root/app/relay
diff options
context:
space:
mode:
Diffstat (limited to 'app/relay')
-rw-r--r--app/relay/runner.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/relay/runner.js b/app/relay/runner.js
index 4762045..811dff3 100644
--- a/app/relay/runner.js
+++ b/app/relay/runner.js
@@ -277,7 +277,7 @@ export function run_task_with_activity(task, module, activity, preempt, watch) {
}
}
-export function get_next_task(){
+export function run_next_task(){
// get next task from the queue...
/*
const task = queue.get_next_task()