Skip to content

Commit f8cde22

Browse files
VIA-608 AJ/DB Fix cache file name for rsv in pregnancy page
1 parent 4ec8faa commit f8cde22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/vaccine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const VaccineInfo: Record<VaccineType, VaccineDetails> = {
7777
forOlderAdults: false,
7878
removeHowToGetExpanderFromMoreInformationSection: true,
7979
contentPath: "vaccinations/rsv-pregnancy" as UrlPathFragment,
80-
cacheFilename: "rsv-pregnancy.json" as Filename,
80+
cacheFilename: "rsv-vaccine.json" as Filename,
8181
nboPath: "rsv-pregnancy" as UrlPathFragment,
8282
},
8383
[VaccineType.TD_IPV_3_IN_1]: {

0 commit comments

Comments
 (0)