dkforest

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

commit 272040bb2e64425bb047d9bae6c88ec1b01602e7
parent 34127ee6ef5cd092809e1f40d577c92b94515637
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sat,  4 Jan 2025 18:00:18 -0800

unused

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

diff --git a/pkg/web/handlers/interceptors/chess.go b/pkg/web/handlers/interceptors/chess.go @@ -591,7 +591,6 @@ func (g *ChessGame) drawPlayerCard(moveIdx int, key string, isBlack, isSpectator "Black": player2, "Username": enemy.Username, "Table": template.HTML(g.renderBoardHTML(moveIdx, isBlack, imgB64, bestMove)), - "ImgB64": imgB64, "Outcome": game.Outcome().String(), "GameOver": game.Outcome() != chess.NoOutcome, "PGN": game.String(),