myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 5da0e70087fffb9c61630b42b96ef64e100a3906
parent ec7097f0c139c25e7393bb6e307001ea97396068
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Thu, 13 Apr 2023 21:07:17 +0200

fix(athletes): unused data var

Diffstat:
Msrc/Athletes.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Athletes.js b/src/Athletes.js @@ -16,7 +16,7 @@ async function addAthlete(e) { } // create new athlete - const { data, error } = await supabase + const { error } = await supabase .from('athletes') .insert({ nr: formJson.nr,