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',