chore: closes #12355

This commit is contained in:
Barış Soner Uşaklı
2024-02-22 11:49:11 -05:00
parent 9ee864ceb8
commit fadee8d72c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
const { CookieJar } = require('tough-cookie');
const fetchCookie = require('fetch-cookie');
const fetchCookie = require('fetch-cookie').default;
exports.jar = function () {
return new CookieJar();