0
Fork 0
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:
Andrey Antukh 2022-12-15 12:28:46 +01:00
parent f47c20e079
commit 0087447b01

View file

@ -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))