We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df04c1 commit ec1057eCopy full SHA for ec1057e
infra/lib/infra/event_store.rb
@@ -100,7 +100,8 @@ def self.default_mapper
100
RubyEventStore::Mappers::PipelineMapper.new(
101
RubyEventStore::Mappers::Pipeline.new(
102
RubyEventStore::Mappers::Transformation::DomainEvent.new,
103
- RubyEventStore::Mappers::Transformation::SymbolizeMetadataKeys.new
+ RubyEventStore::Mappers::Transformation::SymbolizeMetadataKeys.new,
104
+ RubyEventStore::Mappers::Transformation::PreserveTypes.new
105
)
106
107
end
0 commit comments