mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
✨ Allow attach context to audit entry from metadata
This commit is contained in:
parent
ef632bcae7
commit
606aeeb38f
@ -150,8 +150,9 @@
|
|||||||
(clean-props))
|
(clean-props))
|
||||||
|
|
||||||
token-id (::actoken/id request)
|
token-id (::actoken/id request)
|
||||||
context (d/without-nils
|
context (-> (::context resultm)
|
||||||
{:access-token-id (some-> token-id str)})]
|
(assoc :access-token-id (some-> token-id str))
|
||||||
|
(d/without-nils))]
|
||||||
|
|
||||||
{::type (or (::type resultm)
|
{::type (or (::type resultm)
|
||||||
(::rpc/type cfg))
|
(::rpc/type cfg))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user