tasks: remove the prefix for invokation lookup
This commit is contained in:
@@ -19,6 +19,7 @@ exports = module.exports = {
|
||||
_del: del,
|
||||
|
||||
// task types. if you add a task here, fill up the function table in taskworker and dashboard constants.js
|
||||
// '_' prefix is removed for lookup
|
||||
TASK_APP: 'app',
|
||||
TASK_APP_BACKUP_PREFIX: 'appBackup_',
|
||||
TASK_BACKUP: 'backup', // full backup
|
||||
|
||||
Reference in New Issue
Block a user