mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 02:28:18 -05:00
✨ Remove nils from audit/webhook props
This commit is contained in:
parent
f47c20e079
commit
0087447b01
1 changed files with 2 additions and 1 deletions
|
@ -162,7 +162,8 @@
|
|||
(merge (::audit/props resultm))
|
||||
(dissoc :profile-id)
|
||||
(dissoc :type)))
|
||||
(d/without-qualified))
|
||||
(d/without-qualified)
|
||||
(d/without-nils))
|
||||
|
||||
event {:type (or (::audit/type resultm)
|
||||
(::type cfg))
|
||||
|
|
Loading…
Add table
Reference in a new issue