Merge branch 'dev_trustie' into dev_chain

This commit is contained in:
sylor_huang@126.com
2020-06-30 11:53:38 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,8 @@ class Gitea::Repository::Entries::ListService < Gitea::ClientService
when 200
body
else
{'status': -1, 'message': "#{body['message']}"}
Rails.logger.info("########__________has_error_______##########{body['message']}")
[]
end
end
end