mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 07:59:36 +00:00
✨ Remove nils from audit/webhook props
This commit is contained in:
parent
74e6c01213
commit
6b199bef89
@ -162,7 +162,8 @@
|
|||||||
(merge (::audit/props resultm))
|
(merge (::audit/props resultm))
|
||||||
(dissoc :profile-id)
|
(dissoc :profile-id)
|
||||||
(dissoc :type)))
|
(dissoc :type)))
|
||||||
(d/without-qualified))
|
(d/without-qualified)
|
||||||
|
(d/without-nils))
|
||||||
|
|
||||||
event {:type (or (::audit/type resultm)
|
event {:type (or (::audit/type resultm)
|
||||||
(::type cfg))
|
(::type cfg))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user