Skip to content

Commit 51bbbce

Browse files
committed
final commit
1 parent a05acc8 commit 51bbbce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/services/vanilla.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,7 @@ async function updateVanillaGroup (challenge) {
289289

290290
const { body: groups } = await vanillaClient.searchGroups(challenge.id)
291291
if (groups.length === 0) {
292-
//const isSelfService = challenge.legacy.selfService && challenge.legacy.selfService === true ? true: false
293-
// Create the forums for self-service challenges with the Active status
292+
// Create the forums for all challenges with the Active status
294293
if(challenge.status === constants.TOPCODER.CHALLENGE_STATUSES.ACTIVE) {
295294
await createVanillaGroup(challenge)
296295
return

0 commit comments

Comments
 (0)