add status to get_already_things function

This commit is contained in:
nigel007 2019-05-30 21:43:43 +08:00
parent ea2465092c
commit 9a6456afdc
1 changed files with 1 additions and 0 deletions

View File

@ -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