Skip to content

Commit

Permalink
Fix review remarks.
Browse files Browse the repository at this point in the history
Signed-off-by: AAJELLAL <[email protected]>
  • Loading branch information
AAJELLAL committed Jan 27, 2025
1 parent 57c7b57 commit 46e740a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ public void notifyCasesThresholdReached(int userCasesCount, int userMaxAllowedSt

public void updateElement(UUID id, ElementAttributes elementAttributes, String userId) {
// check if the user have the right to update the element
directoryService.areDirectoryElementsUpdatable(List.of(id), userId);
directoryService.updateElement(id, elementAttributes, userId);
ElementAttributes elementsInfos = directoryService.getElementInfos(id);
// send notification if the study name was updated
Expand Down

0 comments on commit 46e740a

Please sign in to comment.