Skip to content

Commit 87777c9

Browse files
committed
NULL -> JSON
Related: #1876
1 parent a0b76d9 commit 87777c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/dres_rails/app/controllers/dres_rails/application_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def index
1414
private
1515

1616
def repository
17-
RubyEventStore::ActiveRecord::PgLinearizedEventRepository.new(serializer: RubyEventStore::NULL)
17+
RubyEventStore::ActiveRecord::PgLinearizedEventRepository.new(serializer: JSON)
1818
end
1919

2020
def build_initial_spec

0 commit comments

Comments
 (0)