Skip to content

Commit

Permalink
update delete assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-ebi committed Feb 19, 2024
1 parent a70f733 commit 6dfdb12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public ResponseEntity<String> deleteAssemblyByAccession(
HttpStatus.INTERNAL_SERVER_ERROR);
}
} else {
return ResponseEntity.ok("Could not find the requested assembly. Looks like it has been deleted earlier");
return ResponseEntity.ok("Could not find the requested assembly.");
}
}

Expand Down

0 comments on commit 6dfdb12

Please sign in to comment.