forked from Trustie/forgeplus
update sca
This commit is contained in:
parent
54e3070384
commit
9b450d32e8
|
|
@ -15,6 +15,8 @@ class Api::V1::Projects::Sca::CreateProjectService < Api::V1::Projects::Sca::Ba
|
|||
"description": @project.description
|
||||
}
|
||||
data = sca_post_request("projects/", params)
|
||||
puts "CreateProjectService post projects"
|
||||
puts data
|
||||
if @project.update(sca_project_id:data["id"])
|
||||
true
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue