mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
修复:合并请求指派人员无法正常更新
This commit is contained in:
@@ -27,7 +27,7 @@ class Gitea::PullRequest::UpdateService < Gitea::ClientService
|
||||
end
|
||||
|
||||
def call
|
||||
response = patch(url, request_params)
|
||||
response = patch(url, request_params, true)
|
||||
|
||||
status, message, body = render_response(response)
|
||||
json_format(status, message, body)
|
||||
|
||||
Reference in New Issue
Block a user