fix sonar quest error
This commit is contained in:
parent
069f165fc5
commit
b6746d5c49
|
@ -115,7 +115,6 @@ class Api::V1::SonarqubesController < Api::V1::BaseController
|
|||
metricKeys: params[:metricKeys]
|
||||
}
|
||||
data = Sonarqube.client.get('/api/measures/component', query: params_data)
|
||||
Sonarqube.project_create('new_project')
|
||||
render_ok data
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue