From f96fc83ac41b245ce5e3eeee5764ef358d0ff4a8 Mon Sep 17 00:00:00 2001 From: Elijah R Date: Sat, 1 Jun 2024 17:35:43 -0400 Subject: [PATCH] fix extra EV --- src/states.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/states.ts b/src/states.ts index d5df824..09a60d2 100644 --- a/src/states.ts +++ b/src/states.ts @@ -3,7 +3,7 @@ const ELECTORAL_COLLEGE = { "AK": 3, "AZ": 11, "AR": 6, - "CA": 55, + "CA": 54, "CO": 10, "CT": 7, "DE": 3,