mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 12:26:38 +02: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))))
|
(assoc :props (db/decode-transit-pgobject props))))
|
||||||
|
|
||||||
(row->event [{:keys [name type created-at profile-id props]}]
|
(row->event [{:keys [name type created-at profile-id props]}]
|
||||||
{:type (str "backend:" type)
|
{:type type
|
||||||
:name name
|
:name name
|
||||||
:timestamp created-at
|
:timestamp created-at
|
||||||
:profile-id profile-id
|
:profile-id profile-id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue