dkforest

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

commit b0f0a2ccfffd2d8d76d8abaa863f5169a4ebd339
parent 096936c0fe79ebcb76b561acbbd94bd9704fe745
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon, 12 Jun 2023 09:09:28 -0700

debug code

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 @@ -4981,7 +4981,7 @@ func ChessGameFormHandler(c echo.Context) error { } func ChessGameHandler(c echo.Context) error { - debugChess := true + debugChess := false authUser := c.Get("authUser").(*database.User) key := c.Param("key")