dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 907d2aabcaceaebf3e8976db1fafdcfdfff79f04
parent 83d9888542f24a88bc53fc2f8b2e221fca72d46b
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sat, 17 Jun 2023 18:04:37 -0700

useless

Diffstat:
Mpkg/web/handlers/chess.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/pkg/web/handlers/chess.go b/pkg/web/handlers/chess.go @@ -272,7 +272,6 @@ func ChessGameStatsHandler(c echo.Context) error { } moveIdx := currMoveIdx - const graphWidth = 800 var stats *interceptors.AnalyzeResult _ = json.Unmarshal(g.DbChessGame.Stats, &stats)