diff options
Diffstat (limited to 'routers/repo/pull_review.go')
-rw-r--r-- | routers/repo/pull_review.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/repo/pull_review.go b/routers/repo/pull_review.go index d4e3a3326a..5eb0dfe9a7 100644 --- a/routers/repo/pull_review.go +++ b/routers/repo/pull_review.go @@ -12,8 +12,8 @@ import ( "code.gitea.io/gitea/modules/context" "code.gitea.io/gitea/modules/log" "code.gitea.io/gitea/modules/notification" - pull_service "code.gitea.io/gitea/modules/pull" comment_service "code.gitea.io/gitea/services/comments" + pull_service "code.gitea.io/gitea/services/pull" ) // CreateCodeComment will create a code comment including an pending review if required |