Skip to content

Commit

Permalink
COH-55: Third Commit - fixing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
WodPachua committed Oct 3, 2023
1 parent 7e39e5f commit 5beeda1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public CohortMember getByUniqueId(String uuid) {

@Override
public void purge(CohortMember cohortMember, RequestContext context) throws ResponseException {
Context.getService(CohortMemberService.class).purgeCohortMember(cohortMember);
Context.getService(CohortMemberService.class).purgeCohortMember(cohortMember);
}

@PropertySetter("attributes")
Expand Down

0 comments on commit 5beeda1

Please sign in to comment.