Skip to content

Commit

Permalink
fix(vercel): remove deprecated address type (#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuapp committed Jul 8, 2024
1 parent ce1c817 commit 74310f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adapter/vercel/conninfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ export const getConnInfo: GetConnInfo = (c) => ({
remote: {
// https://github.com/vercel/vercel/blob/b70bfb5fbf28a4650d4042ce68ca5c636d37cf44/packages/edge/src/edge-headers.ts#L10-L12C32
address: c.req.header('x-real-ip'),
addressType: 'unknown',
},
})

0 comments on commit 74310f4

Please sign in to comment.