myheats

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

commit 46544a5c40aae7e0e7cef6ee3d691649017d54e6
parent 7c31d7c05560b3428b02ee4f63918207ef98292b
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Tue, 17 Mar 2026 07:58:13 +0100

fix(139): Change js error to info

Diffstat:
Msrc/frontend/Score.jsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/Score.jsx b/src/frontend/Score.jsx @@ -111,7 +111,7 @@ function ScoringForm({session}) { setScore(currentScore.score) } } catch (error) { - console.error(error) + console.info("No initial score for this heat and athelete, creating initial record") } // store new score