pass context as an argument

This commit is contained in:
2025-01-06 08:50:53 +03:00
parent 47b5ff0435
commit 974af6b2a7
6 changed files with 26 additions and 26 deletions

View File

@@ -121,9 +121,7 @@ func main() {
}
defer stateStore.Close()
rp := &at.ATRequestParser{
Context: ctx,
}
rp := &at.ATRequestParser{}
bsh := handlers.NewBaseSessionHandler(cfg, rs, stateStore, userdataStore, rp, hl)
sh := httpserver.NewATSessionHandler(bsh)