From 527ea1611348803e1c805b109bf512bf3a8dbe67 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Tue, 18 Feb 2025 16:24:38 +0100 Subject: [PATCH] add politician --- src/lib/utils.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 4f21088c..a3c449ef 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -1260,6 +1260,8 @@ export function getPartyForPoliticians(name) { "Emily Randall": "Democratic", "Julie Johnson": "Democratic", "Rob Bresnahan": "Republican", + "Tim Moore": "Republican", + "Jefferson Shreve": "Republican", }; // Combine first and last name to form the key