fix timestamp

This commit is contained in:
Sebastian Jambor 2023-01-05 15:19:31 +01:00
parent e13a05cb83
commit 6ea9072f5b

View file

@ -13,6 +13,6 @@ class ActivityLogEvent
@type = type
@path = path
@data = data
@timestamp
@timestamp = timestamp
end
end