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 79d9515 commit d30e06eCopy full SHA for d30e06e
src/services/vanilla.js
@@ -192,7 +192,7 @@ async function createVanillaGroup (challenge) {
192
if (challengeDetailsDiscussion.type === 'challenge' && challengeDetailsDiscussion.provider === 'vanilla') {
193
if (challengeDetailsDiscussion.url && challengeDetailsDiscussion.url !== '') {
194
logger.info(`The url has been set for the ${challengeDetailsDiscussion.name} discussion with type='challenge' and provider='vanilla'`)
195
- // continue
+ continue
196
}
197
198
const { body: groups } = await vanillaClient.searchGroups(challenge.id)
0 commit comments