FIX pull api bug

This commit is contained in:
Jasder
2021-01-15 18:38:53 +08:00
parent 30138cc1fa
commit 36a3e36edb
3 changed files with 5 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ class Gitea::PullRequest::CommitsService < Gitea::ClientService
private
def params
Hash.new.merge(token: owner)
Hash.new.merge(token: token)
end
def url