Skip to content

Commit 590b9ff

Browse files
Merge pull request #201 from NHSDigital/td_ipv
Fix td_ipv parameter
2 parents 0651e95 + 255335e commit 590b9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mavis/reporting/api_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def get_programmes(self) -> list[dict]:
8585
{"value": "flu", "text": "Flu"},
8686
{"value": "hpv", "text": "HPV"},
8787
{"value": "menacwy", "text": "MenACWY"},
88-
{"value": "td-ipv", "text": "Td/IPV"},
88+
{"value": "td_ipv", "text": "Td/IPV"},
8989
]
9090

9191
def get_year_groups(self) -> list[dict]:

0 commit comments

Comments
 (0)