Skip to content

Commit

Permalink
remove 'axios' import
Browse files Browse the repository at this point in the history
  • Loading branch information
leob committed Nov 14, 2024
1 parent 055c3dc commit 001034c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js-src/Websocket.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { AxiosResponse } from "axios";
import axios from 'axios';
import { Channel } from "./Channel";

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

0 comments on commit 001034c

Please sign in to comment.