Skip to content

Commit 87ad166

Browse files
committed
chore: fix imports
1 parent c17ae23 commit 87ad166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import urljoin from 'url-join';
2-
import got, { Response, GotJSONOptions, GotFormOptions, GotOptions, GotBodyOptions } from 'got';
2+
import got, { Response, GotJSONOptions, GotBodyOptions } from 'got';
33
import { Cookie } from 'tough-cookie';
44
import FormData from 'form-data';
55
import fs from 'fs';

0 commit comments

Comments
 (0)