From 312aea07cb954ed5a5329f36cf3290d3b472853c Mon Sep 17 00:00:00 2001 From: Actions Date: Sat, 8 Jun 2024 06:46:52 +0000 Subject: [PATCH] Voter Status Change --- status.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/status.json b/status.json index 782a2f1..e19973b 100644 --- a/status.json +++ b/status.json @@ -1,5 +1,14 @@ { "is_registered": true, - "absentee_voter_info": {}, - "upcoming_elections": [] + "absentee_voter_info": { + "null": "Ballot received:", + "on_permanent_list": true + }, + "upcoming_elections": [ + { + "date": "8/6/2024", + "description": "State Primary", + "ballot_preview_available": true + } + ] } \ No newline at end of file