mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-04 14:22:09 +03:00
chore: rename CC compatible feature flag
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
export function isCcCompatibleProviderEnabled() {
|
||||
return process.env.NEXT_PUBLIC_ENABLE_CC_COMPATIBLE_PROVIDER === "true";
|
||||
return process.env.ENABLE_CC_COMPATIBLE_PROVIDER === "true";
|
||||
}
|
||||
|
||||
export const CC_COMPATIBLE_PROVIDER_ENABLED = isCcCompatibleProviderEnabled();
|
||||
|
||||
Reference in New Issue
Block a user