mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 03:57:22 +02:00
♻️ Refactor field name
This commit is contained in:
parent
b464181213
commit
d9aa94025a
3 changed files with 8 additions and 4 deletions
|
@ -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))))
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue