mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Update got/form-data to latest
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user