Skip to content

Commit 0eeb3b6

Browse files
authored
fix: Remove outdated reference to geolocation. (#719)
1 parent 897905b commit 0eeb3b6

File tree

1 file changed

+0
-4
lines changed
  • packages/shared/common/src/api/context

1 file changed

+0
-4
lines changed

packages/shared/common/src/api/context/LDUser.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ export interface LDUser {
4141

4242
/**
4343
* The user's IP address.
44-
*
45-
* If you provide an IP, LaunchDarkly will use a geolocation service to
46-
* automatically infer a `country` for the user, unless you've already
47-
* specified one.
4844
*/
4945
ip?: string;
5046

0 commit comments

Comments
 (0)