Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/server/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, geo_type: str, geo_values: Union[bool, Sequence[str]]):
raise ValidationFailedException(f"geo_value is empty for the requested geo_type {geo_type}!")
# TODO: keep this translator in sync with CsvImporter.GEOGRAPHIC_RESOLUTIONS in acquisition/covidcast/ and with GeoMapper
geo_type_translator = {
"county": "fips",
"county": "chng-fips",
"state": "state_id",
"zip": "zip",
"hrr": "hrr",
Expand Down