Skip to content

Commit 49bf7d1

Browse files
committed
correct group id
1 parent 661bf13 commit 49bf7d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ module.exports = {
168168
// If a logged in user is a member of any of these groups, when they land on
169169
// their profile page (members/:handle), they'll be redirected to the "userProfile" url
170170
SUBDOMAIN_PROFILE_CONFIG: [{
171-
groupId: '72a0b8a0-aa45-44f7-86c2-bf9de6321e5b', communityId: 'wipro', communityName: 'topgear', userProfile: 'https://topgear-app.wipro.com/user-details',
171+
groupId: 'b7f7c0f8-8ee8-409e-9e5c-33404983b635', communityId: 'wipro', communityName: 'topgear', userProfile: 'https://topgear-app.wipro.com/user-details',
172172
}],
173173
TIMELINE_WALL_API: 'https://api.topcoder-dev.com/v5/timeline-wall',
174174
REVIEW_TYPES_API_URL: '/reviewTypes',

src/server/tc-communities/wipro/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"authorizedGroupIds": [],
33
"challengeFilter": {
4-
"groupIds": ["72a0b8a0-aa45-44f7-86c2-bf9de6321e5b"]
4+
"groupIds": ["b7f7c0f8-8ee8-409e-9e5c-33404983b635"]
55
},
66
"challengeListing": {
77
"ignoreCommunityFilterByDefault": true,
88
"openChallengesInNewTabs": false
99
},
1010
"communityId": "wipro",
1111
"communityName": "TopGear Community",
12-
"groupIds": ["72a0b8a0-aa45-44f7-86c2-bf9de6321e5b"],
12+
"groupIds": ["b7f7c0f8-8ee8-409e-9e5c-33404983b635"],
1313
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/458/run/json/",
1414
"logos": [
1515
{

0 commit comments

Comments
 (0)