dkforest

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

commit 616c0cb4914f788717e0832897829a67e8e543b1
parent c6230f937bd3a695205bc40af32b091193978884
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed, 24 May 2023 07:42:28 -0700

useless

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

diff --git a/pkg/web/handlers/handlers.go b/pkg/web/handlers/handlers.go @@ -4938,7 +4938,6 @@ func closeSignalChan(c echo.Context) <-chan struct{} { select { case <-notify: case <-notify1: - case <-ctx.Done(): } cancel() })