You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix globalThis.fetch type error in timeout-fix.test.ts
Newer Bun versions add 'preconnect' to typeof fetch, breaking direct
assignment to globalThis.fetch. Cast through any to satisfy TypeScript.
This is a pre-existing CI failure, not related to the subtitle fix.
0 commit comments