0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 10:41:29 -05:00

Remove nils from audit/webhook props

This commit is contained in:
Andrey Antukh 2022-12-15 12:28:46 +01:00
parent 74e6c01213
commit 6b199bef89

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