From aae79db27abfe2d156fc72d2c7e873d2035697c9 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 2 Sep 2020 17:06:24 +0200 Subject: [PATCH] Mention that we use task types also in the dashboard --- src/tasks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tasks.js b/src/tasks.js index 10e5502ac..8bef7a82c 100644 --- a/src/tasks.js +++ b/src/tasks.js @@ -16,7 +16,7 @@ exports = module.exports = { removePrivateFields: removePrivateFields, - // task types. if you add a task here, fill up the function table in taskworker + // task types. if you add a task here, fill up the function table in taskworker and dashboard client.js TASK_APP: 'app', TASK_BACKUP: 'backup', TASK_UPDATE: 'update',