You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError('The group wasn\'t not found by challengeID')
@@ -96,10 +95,9 @@ async function manageVanillaUser (data) {
96
95
caseconstants.USER_ACTIONS.INVITE: {
97
96
awaitvanillaClient.addUserToGroup(group.groupID,{
98
97
userID: vanillaUser.userID,
99
-
watch: watch,
100
-
follow: follow
98
+
watch: watch
101
99
})
102
-
logger.info(`User [UserID=${vanillaUser.userID}, Name=${vanillaUser.name} was added to Group [GroupID=${group.groupID}, Name=${group.name}, Watch=${watch}, Follow=${follow}]`)
100
+
logger.info(`User [UserID=${vanillaUser.userID}, Name=${vanillaUser.name} was added to Group [GroupID=${group.groupID}, Name=${group.name}, Watch=${watch}]`)
103
101
break
104
102
}
105
103
caseconstants.USER_ACTIONS.KICK: {
@@ -342,27 +340,6 @@ function shouldWatchCategories (projectRole, challengeRoles) {
0 commit comments