Skip to content

Commit

Permalink
Add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
PasinduYeshan committed Oct 23, 2023
1 parent 76801af commit 9dacee4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ private String extractIDFromPath(String path) throws BadRequestException {
}

private String extractIDFromV2Path(String path) throws BadRequestException {

String [] parts = path.split("[/]");
if (parts[3] != null) {
return parts[3];
Expand Down

0 comments on commit 9dacee4

Please sign in to comment.