We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb31e6 commit 91bc911Copy full SHA for 91bc911
src/stubs/github/internal/utils.ts
@@ -50,7 +50,8 @@ export function getProxyAgentDispatcher(
50
): ProxyAgent | undefined {
51
const hc = new httpClient.HttpClient()
52
53
- return hc.getAgentDispatcher(destinationUrl)
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
54
+ return hc.getAgentDispatcher(destinationUrl) as any
55
}
56
57
/**
0 commit comments