Skip to content

Commit aadec3d

Browse files
committedMay 15, 2023
chore: remove unused interface
1 parent 2fce169 commit aadec3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/utils/request.ts

-4
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ export function getRequestHeader(
8585

8686
export const getHeader = getRequestHeader;
8787

88-
interface XForwaredOptions {
89-
respectXForwarded?: boolean;
90-
}
91-
9288
export function getRequestHost(
9389
event: H3Event,
9490
opts: { xForwardedHost?: boolean } = {}

0 commit comments

Comments
 (0)
Please sign in to comment.