Skip to content

Commit

Permalink
fix: Remove outdated reference to geolocation. (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Dec 19, 2024
1 parent 897905b commit 0eeb3b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/shared/common/src/api/context/LDUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ export interface LDUser {

/**
* The user's IP address.
*
* If you provide an IP, LaunchDarkly will use a geolocation service to
* automatically infer a `country` for the user, unless you've already
* specified one.
*/
ip?: string;

Expand Down

0 comments on commit 0eeb3b6

Please sign in to comment.