Skip to content
Snippets Groups Projects
Commit f80de617 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

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

See pull request https://github.com/gitlabhq/gitlabhq/pull/10429


Former-commit-id: 4bdbcf59
parents 46bc5bc1 9248eac1
No related branches found
No related tags found
No related merge requests found
---
title: Fixed wrong method call on notify_post_receive
merge_request:
author: Luigi Leoni
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment