mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 20:55:46 +08:00
FIX pull api bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user