修复:合并请求指派人员无法正常更新
This commit is contained in:
parent
d9b2e98110
commit
13e266aa28
|
@ -27,7 +27,7 @@ class Gitea::PullRequest::UpdateService < Gitea::ClientService
|
||||||
end
|
end
|
||||||
|
|
||||||
def call
|
def call
|
||||||
response = patch(url, request_params)
|
response = patch(url, request_params, true)
|
||||||
|
|
||||||
status, message, body = render_response(response)
|
status, message, body = render_response(response)
|
||||||
json_format(status, message, body)
|
json_format(status, message, body)
|
||||||
|
|
Loading…
Reference in New Issue