From 4ee0754410cd72ae530959d9df5d3c21653a3bfc Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Mon, 8 Mar 2021 12:16:57 +0100 Subject: [PATCH] Fix @ts-ignore --- src/scripts/network-helper.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 =