From 3385621a3d51cd259d74d4e469479967859cc4f5 Mon Sep 17 00:00:00 2001 From: zwlucas Date: Wed, 2 Apr 2025 21:59:24 -0300 Subject: eleicoes finalizadas --- app/obrigado/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/obrigado') diff --git a/app/obrigado/page.tsx b/app/obrigado/page.tsx index 173436b..334895e 100644 --- a/app/obrigado/page.tsx +++ b/app/obrigado/page.tsx @@ -36,12 +36,11 @@ export default function ObrigadoPage() { try { const supabase = getSupabaseClient(); - const optionRegistered = option === "NULO" ? "SIE" : option; const { error } = await supabase.from("votes").insert([ { rm, name, - option: optionRegistered, + option: option, }, ]); -- cgit v1.2.3