handletelegram,gotd: add missing log context

This commit is contained in:
Tulir Asokan
2026-03-03 14:04:46 +02:00
parent 4511c82cb0
commit 7738fc21f5
6 changed files with 60 additions and 9 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ func newTestClient(h testHandler) *Client {
appHash: TestAppHash,
conn: &testConn{engine: engine, ready: ready},
ctx: context.Background(),
cancel: func() {},
cancel: func(error) {},
updateHandler: UpdateHandlerFunc(func(ctx context.Context, u tg.UpdatesClass) error { return nil }),
onTransfer: noopOnTransfer,
}