feat: graphs

closes #7
This commit is contained in:
2025-03-05 16:27:52 +00:00
parent de27df1aff
commit 26d72f2f45
7 changed files with 157 additions and 18 deletions

View File

@ -80,7 +80,8 @@ impl HostCapacityService {
.filter_map(|v| {
templates
.iter()
.find(|t| t.id == v.template_id).map(|t| (v.id, t))
.find(|t| t.id == v.template_id)
.map(|t| (v.id, t))
})
.collect();