提交 4bdbcf59 编写于 作者: R Rémy Coutable

Merge branch 'lleoni-fix-notify-post-receive'

See pull request https://github.com/gitlabhq/gitlabhq/pull/10429
---
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.
先完成此消息的编辑!
想要评论请 注册