Skip to content

Commit 7efb5ec

Browse files
committed
make linter happy
1 parent bca401e commit 7efb5ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class SenderOptions {
193193
extraOptions.agent
194194
&& !(extraOptions.agent instanceof Agent)
195195
&& !(extraOptions.agent instanceof http.Agent)
196-
// @ts-ignore
196+
// @ts-expect-error - Not clear what the problem is, the two lines above have no issues
197197
&& !(extraOptions.agent instanceof https.Agent)
198198
) {
199199
throw new Error("Invalid HTTP agent");

0 commit comments

Comments
 (0)