From 46a6c8c9877a4f51032b434be58d922ee3f79416 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Fri, 30 May 2025 08:51:52 -0300 Subject: [PATCH] chore: remove debug constant --- src/main/constants.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/constants.ts b/src/main/constants.ts index 5625a53e..16642d50 100644 --- a/src/main/constants.ts +++ b/src/main/constants.ts @@ -4,8 +4,7 @@ import { SystemPath } from "./services/system-path"; export const defaultDownloadsPath = SystemPath.getPath("downloads"); -export const isStaging = - true || import.meta.env.MAIN_VITE_API_URL.includes("staging"); +export const isStaging = import.meta.env.MAIN_VITE_API_URL.includes("staging"); export const windowsStartMenuPath = path.join( SystemPath.getPath("appData"),