From 3e33b3834eb94b3b5a2d5836fa3f816176fc2aeb Mon Sep 17 00:00:00 2001 From: LukeGus Date: Sun, 2 Nov 2025 23:46:59 -0600 Subject: [PATCH] fix: Run linter --- src/ui/main-axios.ts | 1 - 1 file changed, 1 deletion(-) 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")) {