changed property name to UserWasDeleted and added an assert for it
This commit is contained in:
@@ -75,7 +75,7 @@ type RemoveOrgUserCommand struct {
|
||||
UserId int64
|
||||
OrgId int64
|
||||
ShouldDeleteOrphanedUser bool
|
||||
UserWasRemoved bool
|
||||
UserWasDeleted bool
|
||||
}
|
||||
|
||||
type AddOrgUserCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user