From f83c59666ad5070608de2943d015de1f174acd76 Mon Sep 17 00:00:00 2001 From: dbright21 <53017414+dbright21@users.noreply.github.com> Date: Wed, 17 Jul 2019 14:29:06 -0400 Subject: [PATCH] Update config.js I want to change the 2015 primary to 2019 primary as we updated the turnout results to reflect the most recent election. --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index fb043c19..f7e6de97 100644 --- a/src/config.js +++ b/src/config.js @@ -2,4 +2,4 @@ export const CONTENTFUL_SPACE_ID = 'i9q3kobl32q0' export const CONTENTFUL_ACCESS_TOKEN = '61db4007a6a0337a0f70fd445ea61a7a9999d4943bd8b13acd2ed7c423394d07' export const MAPZEN_API_KEY = 'mapzen-vw3WEMv' export const SAMPLE_BALLOT_FORM = 'https://form.jotform.com/81176016314146' -export const TURNOUT_ELECTION = '2015 Primary' +export const TURNOUT_ELECTION = '2019 Primary'