♻️ Refactor field name

This commit is contained in:
Andrés Moya 2021-03-16 15:31:34 +01:00 committed by Andrey Antukh
parent b464181213
commit d9aa94025a
3 changed files with 8 additions and 4 deletions

View file

@ -152,7 +152,7 @@
#(if (nil? %)
{:id (:team-id project)
:name (:team-name project)
:is-default (:default-team project)
:is-default (:is-default-team project)
:projects [project]}
(update % :projects conj project))))
{}