Skip to content

Commit 001034c

Browse files
committed
remove 'axios' import
1 parent 055c3dc commit 001034c

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,5 +1,4 @@
11
import { AxiosResponse } from "axios";
2-
import axios from 'axios';
32
import { Channel } from "./Channel";
43

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

0 commit comments

Comments
 (0)