From dc261f39d226789baa80bc542b541764ae4fc44f Mon Sep 17 00:00:00 2001 From: DJensen94 <79864006+DJensen94@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:59:34 -0500 Subject: [PATCH] Add DC to regionId map Add DC to state regionId map in the organizations table --- backend/src/api/organizations.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/api/organizations.ts b/backend/src/api/organizations.ts index 9d3a27558..a5eeb742c 100644 --- a/backend/src/api/organizations.ts +++ b/backend/src/api/organizations.ts @@ -989,6 +989,7 @@ export const REGION_STATE_MAP = { 'Commonwealth Northern Mariana Islands': '9', Connecticut: '1', Delaware: '3', + 'District of Columbia': '3', 'Federal States of Micronesia': '9', Florida: '4', Georgia: '4',