Skip to content

Commit d93c629

Browse files
authored
Merge pull request #701 from topcoder-platform/hotfix-tca-payments-flag
Update default.env.ts
2 parents 05c39ed + e303048 commit d93c629

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)