Skip to content

Commit

Permalink
fix group membership operation fields
Browse files Browse the repository at this point in the history
  • Loading branch information
speatzle committed Sep 2, 2021
1 parent 1de6f6a commit 279d245
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions helper/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import (

// GroupMembershipOperation creates/modifies/deletes a group membership
type GroupMembershipOperation struct {
GroupMembership
Delete bool
UserID string
IsGroupManager bool
Delete bool
}

// GroupMembership containes who and what kind of membership they have with a group
Expand Down

0 comments on commit 279d245

Please sign in to comment.