add status to get_already_things function
This commit is contained in:
parent
ea2465092c
commit
9a6456afdc
app/services
|
@ -8,6 +8,7 @@ class BlockchainsService
|
|||
ps = ProjectsService.new
|
||||
project_names = ps.get_exist_project_names user
|
||||
result[:project_names] = project_names
|
||||
result[:status] = 0
|
||||
return result
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue