Skip to content

Commit bcb4bd3

Browse files
author
Dushyant Bhalgami
committed
chenges to add universal member to groups
1 parent aa1042a commit bcb4bd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/GroupMembershipService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ async function addUniversalMember(currentUser, groupId, data) {
232232
)
233233
data.oldId = group.oldId
234234
groupId = group.id
235-
data.membershipType = config.MEMBERSHIP_TYPES.User
236235

237236
if (currentUser !== 'M2M' && !helper.hasAdminRole(currentUser)) {
238237
throw new errors.ForbiddenError('You are not allowed to perform this action!')

0 commit comments

Comments
 (0)