mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
✨ Normalize audit event origin tracking on frontend and backend
This commit is contained in:
parent
f6b367cdca
commit
c090a11e5b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
[params]
|
[params]
|
||||||
(d/without-nils
|
(d/without-nils
|
||||||
{:external-session-id (::rpc/external-session-id params)
|
{:external-session-id (::rpc/external-session-id params)
|
||||||
:triggered-by (::rpc/handler-name params)}))
|
:event-origin (::rpc/handler-name params)}))
|
||||||
|
|
||||||
;; --- SPECS
|
;; --- SPECS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue