From 0eeb3b6472419d257bf52c4ab3ae33864eae1902 Mon Sep 17 00:00:00 2001 From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:14:27 -0800 Subject: [PATCH] fix: Remove outdated reference to geolocation. (#719) --- packages/shared/common/src/api/context/LDUser.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/shared/common/src/api/context/LDUser.ts b/packages/shared/common/src/api/context/LDUser.ts index d1fb2598e..33e0652a9 100644 --- a/packages/shared/common/src/api/context/LDUser.ts +++ b/packages/shared/common/src/api/context/LDUser.ts @@ -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;