Skip to content

Commit

Permalink
Revert "#48 | Add getter and setter for affiliatedGroups"
Browse files Browse the repository at this point in the history
This reverts commit 64aa25b.
  • Loading branch information
himeshr committed Aug 4, 2023
1 parent e295742 commit f4bdc69
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Individual.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,6 @@ class Individual extends BaseEntity {
this.that.groups = this.fromEntityList(x);
}

get affiliatedGroups() {
return this.affiliatedGroups;
}

set affiliatedGroups(groupSubjects) {
this.affiliatedGroups = groupSubjects;
}

get approvalStatuses() {
return this.toEntityList("approvalStatuses", EntityApprovalStatus);
}
Expand Down

0 comments on commit f4bdc69

Please sign in to comment.