Skip to content

Commit aadec3d

Browse files
committed
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

Lines changed: 0 additions & 4 deletions
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)