From b14e8448681375716cd689fc550d61af9471a35a Mon Sep 17 00:00:00 2001 From: Siddharth Ganesan Date: Mon, 9 Feb 2026 13:16:26 -0800 Subject: [PATCH] Fix lint --- apps/sim/lib/core/config/feature-flags.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sim/lib/core/config/feature-flags.ts b/apps/sim/lib/core/config/feature-flags.ts index 50491e420..9f746c5b1 100644 --- a/apps/sim/lib/core/config/feature-flags.ts +++ b/apps/sim/lib/core/config/feature-flags.ts @@ -22,8 +22,8 @@ export const isTest = env.NODE_ENV === 'test' * Is this the hosted version of the application */ export const isHosted = -getEnv('NEXT_PUBLIC_APP_URL') === 'https://www.sim.ai' || -getEnv('NEXT_PUBLIC_APP_URL') === 'https://www.staging.sim.ai' + getEnv('NEXT_PUBLIC_APP_URL') === 'https://www.sim.ai' || + getEnv('NEXT_PUBLIC_APP_URL') === 'https://www.staging.sim.ai' /** * Is billing enforcement enabled