Update got/form-data to latest
This commit is contained in:
parent
fa66ddde0f
commit
1466f9f1b2
9 changed files with 205 additions and 167 deletions
|
@ -144,7 +144,7 @@ const FIVE_MINUTES = 5 * durations.MINUTE;
|
|||
type AgentCacheType = {
|
||||
[name: string]: {
|
||||
timestamp: number;
|
||||
agent: ProxyAgent | Agent;
|
||||
agent: ReturnType<typeof ProxyAgent> | Agent;
|
||||
};
|
||||
};
|
||||
const agents: AgentCacheType = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue