mirror of
https://github.com/penpot/penpot.git
synced 2025-04-16 00:41:25 -05:00
✨ Don't prefix events on audit archiver.
This commit is contained in:
parent
188126a895
commit
87aa4622b4
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@
|
|||
(assoc :props (db/decode-transit-pgobject props))))
|
||||
|
||||
(row->event [{:keys [name type created-at profile-id props]}]
|
||||
{:type (str "backend:" type)
|
||||
{:type type
|
||||
:name name
|
||||
:timestamp created-at
|
||||
:profile-id profile-id
|
||||
|
|
Loading…
Add table
Reference in a new issue