B1: React Query deeper adoption (P1–P3) #86

Closed
null wants to merge 340 commits from branch/b1-react-query into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit df9d6fbf6d - Show all commits

View File

@ -156,7 +156,7 @@ router.get('/', async (req, res) => {
}
try {
const enabled = getSetting('backup_enabled') === 'true';
const enabled = getSetting('backup_schedule_enabled') === 'true';
const keepCount = parseInt(getSetting('backup_keep_count') || '', 10);
const managedBackups = listBackups();
const latestBackup = managedBackups[0] || null;