fix: TS type error in VPN status, remove unused assignment warning
Some checks failed
Build Archipelago ISO (dev) / build-iso (push) Has been cancelled

- Fix vpnStatus type mismatch (provider: string|undefined vs string|null)
- Remove redundant history_dirty assignment in health_monitor.rs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-04-07 15:23:17 +01:00
parent 23f17356df
commit 314497f94d
2 changed files with 2 additions and 3 deletions

View File

@@ -539,7 +539,6 @@ pub fn spawn_health_monitor(state: Arc<StateManager>, data_dir: PathBuf) {
other.name, container.name);
tracker.clear(&other.name);
restart_history.clear(&other.name);
history_dirty = true;
}
}
}