Skip to content

Commit

Permalink
feat(#2): no slash
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 1, 2024
1 parent c84df82 commit 3a27676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public JsonArray value() throws Exception {
.uri()
.path(
String.format(
"/repos/%s/%s/pulls/%s/reviews",
"repos/%s/%s/pulls/%s/reviews",
this.pull.repo().coordinates().user(),
this.pull.repo().coordinates().repo(),
this.pull.number()
Expand Down

0 comments on commit 3a27676

Please sign in to comment.