Skip to content

Commit db4708b

Browse files
committed
refactor: remove request options
1 parent 5223a7c commit db4708b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/utils.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,13 +1159,6 @@ export function checkParentDomainMatch(address: string, srvHost: string): void {
11591159
}
11601160
}
11611161

1162-
interface RequestOptions {
1163-
json?: boolean;
1164-
method?: string;
1165-
timeout?: number;
1166-
headers?: http.OutgoingHttpHeaders;
1167-
}
1168-
11691162
/**
11701163
* Perform a get request that returns status and body.
11711164
* @internal

0 commit comments

Comments
 (0)