This commit is contained in:
vilet.yy 2021-04-19 11:40:38 +08:00 committed by jasder
parent f75827bcf0
commit 5a9f29c25f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
json.id team.id
json.name team.name
json.nickname team.nickname
json.nickname team.nickname.blank? ? team.name : team.nickname
json.description team.description
json.authorize team.authorize
json.includes_all_project team.includes_all_project