mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Merge branch 'main' into za/2095-show-domain-cisa-region
This commit is contained in:
commit
deb114de26
1 changed files with 1 additions and 1 deletions
|
@ -130,6 +130,6 @@ def get_region(state):
|
|||
"OR": 10,
|
||||
"WA": 10,
|
||||
}
|
||||
return regions.get(state.upper(), None)
|
||||
return regions.get(state.upper(), "N/A")
|
||||
else:
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue