dkforest

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

commit 238edd1b95bd1f7884557f3c64f29497fb92d969
parent a923c6c7e15f7bf2f8c4d228f870d65d3f136124
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sun, 11 Jun 2023 14:56:02 -0700

unused

Diffstat:
Mpkg/web/handlers/handlers.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/handlers/handlers.go b/pkg/web/handlers/handlers.go @@ -5084,7 +5084,7 @@ input[type=checkbox]:checked + label { func ChessGameHandler(c echo.Context) error { authUser := c.Get("authUser").(*database.User) - db := c.Get("database").(*database.DkfDB) + //db := c.Get("database").(*database.DkfDB) key := c.Param("key") g := interceptors.ChessInstance.GetGame(key)