Skip to content

Commit 9c76df6

Browse files
committed
chore: set phase product template id
1 parent 7261f57 commit 9c76df6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/constants/dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = {
4343
PREDIX_PROGRAM_ID : 3448,
4444
IBM_COGNITIVE_PROGRAM_ID : 3449,
4545
HEAP_ANALYTICS_APP_ID : '4153837120',
46-
PHASE_PRODUCT_TEMPLATE_ID : 166,
46+
PHASE_PRODUCT_TEMPLATE_ID : 176,
4747

4848
TC_NOTIFICATION_URL: 'https://api.topcoder-dev.com/v5/notifications',
4949
CONNECT_MESSAGE_API_URL: 'https://api.topcoder-dev.com/v5',

config/constants/master.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = {
4343
PREDIX_PROGRAM_ID : 3448,
4444
IBM_COGNITIVE_PROGRAM_ID : 3449,
4545
HEAP_ANALYTICS_APP_ID : '638908330',
46-
PHASE_PRODUCT_TEMPLATE_ID : 33,
46+
PHASE_PRODUCT_TEMPLATE_ID : 67,
4747

4848
TC_NOTIFICATION_URL: 'https://api.topcoder.com/v5/notifications',
4949
CONNECT_MESSAGE_API_URL: 'https://api.topcoder.com/v5',

config/constants/qa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
PREDIX_PROGRAM_ID : 3448,
4343
IBM_COGNITIVE_PROGRAM_ID : 3449,
4444
HEAP_ANALYTICS_APP_ID : '4153837120',
45-
PHASE_PRODUCT_TEMPLATE_ID : 166,
45+
PHASE_PRODUCT_TEMPLATE_ID : 176,
4646

4747
TC_NOTIFICATION_URL: 'https://api.topcoder-dev.com/v5/notifications',
4848
CONNECT_MESSAGE_API_URL: 'https://api.topcoder-qa.com/v5',

0 commit comments

Comments
 (0)