We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055c3dc commit 001034cCopy full SHA for 001034c
js-src/Websocket.ts
@@ -1,5 +1,4 @@
1
import { AxiosResponse } from "axios";
2
-import axios from 'axios';
3
import { Channel } from "./Channel";
4
5
export type Options = { authEndpoint: string, host: string, bearerToken: string, auth: any, debug: boolean };
0 commit comments