Skip to content

Commit 708ed3f

Browse files
committed
fix: missed import
1 parent 39b4e57 commit 708ed3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/create-default-options.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { CreateHttpClientParams, DefaultOptions } from './types'
22
import { AxiosRequestHeaders } from 'axios'
3+
import qs from 'qs'
34

45
// Matches 'sub.host:port' or 'host:port' and extracts hostname and port
56
// Also enforces toplevel domain specified, no spaces and no protocol

0 commit comments

Comments
 (0)