修复:合并请求指派人员无法正常更新

This commit is contained in:
2023-03-07 15:27:22 +08:00
parent d9b2e98110
commit 13e266aa28

View File

@@ -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)