Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit d51e934

Browse files
author
vikasrohit
committed
Merge branch 'dev' into feature/sso-accounts-app-integration
* dev: AS#131482348128949, Refactor Mailchimp API wrapper to be generic user preferences service Conflicts: app/topcoder.constants.js
1 parent c3fbe77 commit d51e934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/topcoder.constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ angular.module('CONSTANTS', []).constant('CONSTANTS', {
2020
'PHOTO_LINK_LOCATION' : process.env.PHOTO_LINK_LOCATION,
2121
'SWIFT_PROGRAM_URL' : process.env.SWIFT_PROGRAM_URL,
2222
'TCO16_URL' : process.env.TCO16_URL,
23-
'ACCOUNTS_APP_URL' : process.env.ACCOUNTS_APP_URL
23+
'ACCOUNTS_APP_URL' : process.env.ACCOUNTS_APP_URL,
2424

2525
'NEW_CHALLENGES_URL' : 'https://www.topcoder.com/challenges/develop/upcoming/',
2626
'SWIFT_PROGRAM_ID' : 3445,

0 commit comments

Comments
 (0)