dkforest

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

commit 30370f6165c6207e249f36bce954464fbfb8178f
parent 18f3bbe85f639560a7c535941d5169b8c99d9528
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Fri, 15 Dec 2023 06:09:45 -0500

cleanup

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

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -432,7 +432,7 @@ func NewOngoing(g *PokerGame) *Ongoing { } g.PlayersMtx.RUnlock() - return &Ongoing{Deck: deck, Players: players, WaitTurnEvent: PokerWaitTurnEvent{Idx: -1}, MainPot: atomic.Uint64{}, CreatedAt: time.Now()} + return &Ongoing{Deck: deck, Players: players, WaitTurnEvent: PokerWaitTurnEvent{Idx: -1}, CreatedAt: time.Now()} } func newLogEvent(g *PokerGame, roomLogsTopic, msg string) {