Skip to content

Commit cbdc4f8

Browse files
committed
I am deleting 'import axios' again because it breaks our build, and I want to focus on more important stuff (like getting the 'reconnect' stuff working with our app) - we can try this again later, I will create a separate PR for that
1 parent 82243ee commit cbdc4f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js-src/Websocket.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { AxiosResponse } from "axios";
22
import { Channel } from "./Channel";
3-
import axios from 'axios';
43

54
export type Options = { authEndpoint: string, host: string, bearerToken: string, auth: any, debug: boolean };
65

0 commit comments

Comments
 (0)