Skip to content

Commit d3c077e

Browse files
committed
Remove DomainEvent transformation that causes blank timestamp issue.
1 parent 9f36c54 commit d3c077e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infra/lib/infra/event_store.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def event_to_record(domain_event)
101101
def self.default_mapper
102102
RubyEventStore::Mappers::PipelineMapper.new(
103103
RubyEventStore::Mappers::Pipeline.new(
104-
RubyEventStore::Mappers::Transformation::DomainEvent.new,
105104
RubyEventStore::Mappers::Transformation::SymbolizeMetadataKeys.new,
106105
RubyEventStore::Mappers::Transformation::PreserveTypes.new
107106
)

0 commit comments

Comments
 (0)