This commit is contained in:
vilet.yy 2021-04-19 11:40:38 +08:00
parent 1920cb5ce3
commit 9300483c1a
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