Skip to content

Commit

Permalink
minor codestyling
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeter Marvet committed Apr 7, 2024
1 parent c1cf82b commit ee29fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/request.js
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit ee29fb0

Please sign in to comment.