refactor: rename updater functions to have box in them

This commit is contained in:
Girish Ramakrishnan
2025-06-20 19:04:55 +02:00
parent d7fdfd6d71
commit 2db99e7807
6 changed files with 13 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ exports = module.exports = {
// 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',
TASK_BOX_UPDATE: 'boxUpdate',
TASK_CHECK_CERTS: 'checkCerts',
TASK_SYNC_DYNDNS: 'syncDyndns',
TASK_PREPARE_DASHBOARD_LOCATION: 'prepareDashboardLocation',