mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Update got/form-data to latest
This commit is contained in:
@@ -68,7 +68,7 @@ export class SocketManager extends EventListener {
|
||||
|
||||
private credentials?: WebAPICredentials;
|
||||
|
||||
private readonly proxyAgent?: ProxyAgent;
|
||||
private readonly proxyAgent?: ReturnType<typeof ProxyAgent>;
|
||||
|
||||
private status = SocketStatus.CLOSED;
|
||||
|
||||
|
||||
@@ -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