chore: update axios

This commit is contained in:
Adhiraj Singh
2023-02-18 12:34:04 +05:30
parent b2c1cfbf9c
commit f013b61e35
6 changed files with 816 additions and 792 deletions

View File

@@ -32,7 +32,7 @@ export const makeSocket = ({
}: SocketConfig) => {
const ws = new WebSocket(waWebSocketUrl, undefined, {
origin: DEFAULT_ORIGIN,
headers: options.headers,
headers: options.headers as {},
handshakeTimeout: connectTimeoutMs,
timeout: connectTimeoutMs,
agent