Commit d27ae9f5 authored by Stan Hu's avatar Stan Hu

Fix Rubocop error

parent 73f366e0
......@@ -90,7 +90,7 @@ class Import::BitbucketServerController < Import::BaseController
end
def render_validation_error(message)
return render json: { errors: message }, status: :unprocessable_entity
render json: { errors: message }, status: :unprocessable_entity
end
def bitbucket_auth
......
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