style(connection): satisfy callback lint

This commit is contained in:
imccyu
2026-08-04 16:58:40 +08:00
parent 3caa175286
commit b0b50be64f
@@ -125,7 +125,7 @@ describe('connection client apply', () => {
const fetch = vi.spyOn(globalThis, 'fetch')
const client = (await mount()).api as WebApiClient
const envelopes: RpcMessage[][] = []
client.subscribeEnvelopes(batch => { envelopes.push([...batch]) })
client.subscribeEnvelopes((batch) => { envelopes.push([...batch]) })
const opened: string[] = []
const muxAbort = new AbortController()
const hostAbort = new AbortController()