Skip to content

Commit 24080f5

Browse files
committed
Fixed Johnson&Johnson
1 parent dead068 commit 24080f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func (a *App) Run(federalState string) {
131131
p5 := influxdb2.NewPoint(
132132
"vaccination",
133133
map[string]string{
134-
"Manufacturer": "AstraZeneca",
134+
"Manufacturer": "Johnson",
135135
},
136136
map[string]interface{}{
137137
"Doses": vaccination.Doses.Johnson,

0 commit comments

Comments
 (0)