Skip to content

Commit 067d0f6

Browse files
committed
fix: incorrect timeline template id
Signed-off-by: Rakib Ansary <rakibansary@topcoder.com>
1 parent c3e98ef commit 067d0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ module.exports = {
8080
},
8181

8282
AUTOMATED_TESTING_NAME_PREFIX: process.env.AUTOMATED_TESTING_NAME_PREFIX || 'POSTMANE2E-',
83-
TOPCROWD_CHALLENGE_TEMPLATE_ID: process.env.TOPCROWD_CHALLENGE_TEMPLATE_ID || '53a307ce-b4b3-4d6f-b9a1-3741a58f77e6'
83+
TOPCROWD_CHALLENGE_TEMPLATE_ID: process.env.TOPCROWD_CHALLENGE_TEMPLATE_ID || '517e76b0-8824-4e72-9b48-a1ebde1793a8'
8484
}

0 commit comments

Comments
 (0)