Skip to content

Commit

Permalink
Remove obsolete TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
forus committed Jun 26, 2024
1 parent 0e0b086 commit d8e78fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ private ResponseEntity<VirtualStudy> getVirtualStudyById(String id) {
VirtualStudy.class);
}

//TODO Removing does not work. Is there caching?
@DeleteMapping("/{id}")
@ApiResponse(responseCode = "200", description = "OK")
public ResponseEntity retractVirtualStudy(
Expand Down

0 comments on commit d8e78fb

Please sign in to comment.