Skip to content

Commit 648c3a9

Browse files
Merge pull request #90 from topcoder-platform/feature/PLAT-2021
bug fix
2 parents 65c25e7 + 7e9c499 commit 648c3a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/services/vanilla.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ async function createVanillaGroup (challenge) {
210210
: _.template(groupTemplate.group.description)
211211

212212
const { body: group } = await vanillaClient.createGroup({
213-
name: groupNameTemplate({ challenge }),
213+
name: groupNameTemplate({ challengeDetailsDiscussion }),
214214
privacy: groupTemplate.group.privacy,
215215
type: groupTemplate.group.type,
216216
description: groupDescriptionTemplate({ challenge }),

0 commit comments

Comments
 (0)