Skip to content

Commit

Permalink
Remove pun
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 28, 2023
1 parent 18b7248 commit 1310c65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gitlab/src/main/scala/io/pg/gitlab/Gitlab.scala
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ object GitlabEndpoints {

val acceptMergeRequest: Endpoint[(Long, Long), Nothing, Unit, Any] =
baseEndpoint
// hehe putin
.put
.in("projects" / path[Long]("projectId"))
.in("merge_requests" / path[Long]("merge_request_iid"))
Expand Down

0 comments on commit 1310c65

Please sign in to comment.