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 9f36c54 commit d3c077eCopy full SHA for d3c077e
infra/lib/infra/event_store.rb
@@ -101,7 +101,6 @@ def event_to_record(domain_event)
101
def self.default_mapper
102
RubyEventStore::Mappers::PipelineMapper.new(
103
RubyEventStore::Mappers::Pipeline.new(
104
- RubyEventStore::Mappers::Transformation::DomainEvent.new,
105
RubyEventStore::Mappers::Transformation::SymbolizeMetadataKeys.new,
106
RubyEventStore::Mappers::Transformation::PreserveTypes.new
107
)
0 commit comments