dkforest

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

commit d681f6144c0031731520c0a043bfb52d16da3cf2
parent c37b3fbffc3394d03e645e5f1ad2a5c8b3bd1538
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed,  6 Dec 2023 05:09:54 -0500

typo

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 @@ -112,7 +112,7 @@ type PokerGame struct { IsGameOver bool } -func (g *Ongoing) AddEvent(evts ...PokerEvent) string { +func (g *Ongoing) AddEvent(evts ...PokerEvent) { g.EventsMtx.Lock() defer g.EventsMtx.Unlock() g.Events = append(g.Events, evts...)