Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 5ecff7e

Browse files
authored
Merge pull request #570 from polyvariant/remove-pun
2 parents 18b7248 + 1310c65 commit 5ecff7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/src/main/scala/io/pg/gitlab/Gitlab.scala

-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ object GitlabEndpoints {
226226

227227
val acceptMergeRequest: Endpoint[(Long, Long), Nothing, Unit, Any] =
228228
baseEndpoint
229-
// hehe putin
230229
.put
231230
.in("projects" / path[Long]("projectId"))
232231
.in("merge_requests" / path[Long]("merge_request_iid"))

0 commit comments

Comments
 (0)