From ee29fb081fc9ea65119db13036e38cdc7e7cc7c8 Mon Sep 17 00:00:00 2001 From: Peeter Marvet Date: Sun, 7 Apr 2024 12:32:03 +0300 Subject: [PATCH] minor codestyling --- lib/utils/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/request.js b/lib/utils/request.js index d9bb4fcf..7375ade8 100644 --- a/lib/utils/request.js +++ b/lib/utils/request.js @@ -1,6 +1,6 @@ import requestLib from 'got'; import throttled from './throttle.js'; -import {CookieJar} from 'tough-cookie'; +import { CookieJar } from 'tough-cookie'; import createDebug from 'debug'; const cookieJar = new CookieJar();