提交 615a77df 编写于 作者: L Luigi Leoni

Wrong method call on notify_post_receive.

上级 93a698f9
---
title: Fixed wrong method call on notify_post_receive
merge_request:
author: Luigi Leoni
......@@ -140,7 +140,7 @@ module API
begin
Gitlab::GitalyClient::Notifications.new(project.repository).post_receive
rescue GRPC::Unavailable => e
render_api_error(e, 500)
render_api_error!(e, 500)
end
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册