fixed typo

main
Ray Slakinski 2021-06-07 16:21:43 -04:00
parent 0e0e1c46b3
commit 4c03931fa7
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ type AgeRecord struct {
SecondDoseCumulative func() prometheus.Gauge `name:"second_dose_cumulative" help:""`
TotalPopulation func() prometheus.Gauge `name:"total_population" help:""`
PercentAtLeastOneDose func() prometheus.Gauge `name:"percent_at_least_one_dose" help:""`
PercentFullyVaccinated func() prometheus.Gauge `name:"percent_fully_faccinated" help:""`
PercentFullyVaccinated func() prometheus.Gauge `name:"percent_fully_vaccinated" help:""`
}
type DataRecord struct {