Skip to content

Commit ec1057e

Browse files
committed
Add PreserveTypes transformation to fix missing timestamp.
1 parent 1df04c1 commit ec1057e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/lib/infra/event_store.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ def self.default_mapper
100100
RubyEventStore::Mappers::PipelineMapper.new(
101101
RubyEventStore::Mappers::Pipeline.new(
102102
RubyEventStore::Mappers::Transformation::DomainEvent.new,
103-
RubyEventStore::Mappers::Transformation::SymbolizeMetadataKeys.new
103+
RubyEventStore::Mappers::Transformation::SymbolizeMetadataKeys.new,
104+
RubyEventStore::Mappers::Transformation::PreserveTypes.new
104105
)
105106
)
106107
end

0 commit comments

Comments
 (0)