Commit 1a482bfb authored by Jacob Schatz's avatar Jacob Schatz Committed by Phil Hughes

Removes name from file

Changes `:not_found` to `nil`
parent e33e0de2
# Written by GitLab @gitlab
((w) ->
notifyMe = (message,body, icon) ->
notification = undefined
......
......@@ -233,8 +233,8 @@ class Projects::MergeRequestsController < Projects::ApplicationController
end
response = {
status: status || :not_found,
coverage: coverage || :not_found
status: status || nil,
coverage: coverage || nil
}
render json: response, status: 200
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment