We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec8faa commit f8cde22Copy full SHA for f8cde22
src/models/vaccine.ts
@@ -77,7 +77,7 @@ const VaccineInfo: Record<VaccineType, VaccineDetails> = {
77
forOlderAdults: false,
78
removeHowToGetExpanderFromMoreInformationSection: true,
79
contentPath: "vaccinations/rsv-pregnancy" as UrlPathFragment,
80
- cacheFilename: "rsv-pregnancy.json" as Filename,
+ cacheFilename: "rsv-vaccine.json" as Filename,
81
nboPath: "rsv-pregnancy" as UrlPathFragment,
82
},
83
[VaccineType.TD_IPV_3_IN_1]: {
0 commit comments