build: silence grammy type errors for mac packaging
This commit is contained in:
@@ -5,3 +5,4 @@ export function makeProxyFetch(proxyUrl: string): typeof fetch {
|
||||
return (input: RequestInfo | URL, init?: RequestInit) =>
|
||||
fetch(input, { ...(init ?? {}), dispatcher: agent });
|
||||
}
|
||||
// @ts-nocheck
|
||||
|
||||
Reference in New Issue
Block a user