diff --git a/src/scripts/network-helper.ts b/src/scripts/network-helper.ts index 92f45f9..04e5720 100644 --- a/src/scripts/network-helper.ts +++ b/src/scripts/network-helper.ts @@ -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 =