remove unused context key :- at-session-id

This commit is contained in:
Carlosokumu 2025-01-06 09:59:47 +03:00
parent 362eb209ef
commit 44570e20ef
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -10,7 +10,7 @@ import (
)
var (
logg = logging.NewVanilla().WithDomain("httpserver").WithContextKey("at-session-id")
logg = logging.NewVanilla().WithDomain("httpserver")
)
type SessionHandler struct {