commit 507274bed84ac105565770144211193d65a3e7dd
parent d7fcb6f000273480f7b294365d7d3d099c0c457d
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Tue, 19 Dec 2023 01:24:15 -0500
cleanup
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/pkg/web/handlers/poker.go b/pkg/web/handlers/poker.go
@@ -546,7 +546,6 @@ func PokerSitHandler(c echo.Context) error {
if g == nil {
return c.HTML(http.StatusOK, html)
}
-
if c.Request().Method == http.MethodPost {
g.Sit(authUser.ID, authUser.Username, pos)
}