Skip to content

Commit

Permalink
chore: remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 15, 2023
1 parent 2fce169 commit aadec3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ export function getRequestHeader(

export const getHeader = getRequestHeader;

interface XForwaredOptions {
respectXForwarded?: boolean;
}

export function getRequestHost(
event: H3Event,
opts: { xForwardedHost?: boolean } = {}
Expand Down

0 comments on commit aadec3d

Please sign in to comment.