fix: Run linter

This commit is contained in:
LukeGus
2025-11-02 23:46:59 -06:00
parent 0b214fbf11
commit 3e33b3834e

View File

@@ -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")) {