We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05acc8 commit 51bbbceCopy full SHA for 51bbbce
src/services/vanilla.js
@@ -289,8 +289,7 @@ async function updateVanillaGroup (challenge) {
289
290
const { body: groups } = await vanillaClient.searchGroups(challenge.id)
291
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
+ // Create the forums for all challenges with the Active status
294
if(challenge.status === constants.TOPCODER.CHALLENGE_STATUSES.ACTIVE) {
295
await createVanillaGroup(challenge)
296
return
0 commit comments