Fix @ts-ignore
parent
3741ea7a07
commit
4ee0754410
|
@ -23,9 +23,8 @@ import {
|
|||
} from "./classes/errors.js";
|
||||
import Credentials from "./classes/credentials.js";
|
||||
|
||||
// @ts-ignore
|
||||
// Configure axios to use the cookie jar
|
||||
axiosCookieJarSupport.default(axios);
|
||||
axiosCookieJarSupport(axios);
|
||||
|
||||
// Global variables
|
||||
const userAgent =
|
||||
|
|
Loading…
Reference in New Issue