From a17be985e63e863e4ed11c6af70b1ab5766d735e Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 1 Feb 2026 20:52:58 -0600 Subject: [PATCH] todo --- internal/module/psn-client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/module/psn-client.go b/internal/module/psn-client.go index d63733c..5664e75 100644 --- a/internal/module/psn-client.go +++ b/internal/module/psn-client.go @@ -89,6 +89,7 @@ func (pc *PSNClient) Run(ctx context.Context) error { } if pc.router != nil { + // TODO(jwetzell): better input handling for _, tracker := range pc.decoder.Trackers { pc.router.HandleInput(pc.ctx, pc.Id(), tracker) }