temporary remove ctx from connector func

This commit is contained in:
Ilia Denisov
2026-03-14 19:47:47 +02:00
parent 16f46732cf
commit c2d2cebe3e
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ func NewClient(ctx context.Context, s storage.UIStorage, conn connector.UIConnec
}
func (e *client) loadReport(ctx context.Context, t uint) {
e.conn.FetchReport(ctx, "GAME_ID", t, func(r report.Report, err error) {
e.conn.FetchReport("GAME_ID", t, func(r report.Report, err error) {
if err != nil {
e.handlerError(err)
} else {