0
Fork 0
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:
Andrey Antukh 2021-05-20 11:14:21 +02:00
parent 188126a895
commit 87aa4622b4

View file

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