diff --git a/src/ui/main-axios.ts b/src/ui/main-axios.ts index 357b074b..689023e7 100644 --- a/src/ui/main-axios.ts +++ b/src/ui/main-axios.ts @@ -204,7 +204,6 @@ function createApiInstance( } if (typeof window !== "undefined" && (window as any).ReactNativeWebView) { - // Try to detect platform from navigator let platform = "Unknown"; if (typeof navigator !== "undefined" && navigator.userAgent) { if (navigator.userAgent.includes("Android")) {