Skip to content

Commit e303048

Browse files
authored
Update default.env.ts
Hardcode false for tca-payments-flag env var.
1 parent 05c39ed commit e303048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/environments/default.env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const URLS = {
5555

5656
export const MEMBER_VERIFY_LOOKER = getReactEnv<number>('MEMBER_VERIFY_LOOKER', 3322)
5757

58-
export const ENABLE_TCA_CERT_MONETIZATION = getReactEnv<boolean>('ENABLE_TCA_CERT_MONETIZATION', false)
58+
export const ENABLE_TCA_CERT_MONETIZATION = false
5959
export const ENABLE_EMSI_SKILLS = getReactEnv<boolean>('ENABLE_EMSI_SKILLS', false)
6060

6161
export const TERMS_URL = 'https://www.topcoder-dev.com/challenges/terms/detail/317cd8f9-d66c-4f2a-8774-63c612d99cd4'

0 commit comments

Comments
 (0)