Skip to content

Commit ff43c9f

Browse files
committed
Remove duplicate private modifier
1 parent 38329c9 commit ff43c9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ruby_event_store-active_record/lib/ruby_event_store/active_record/event_repository.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ def append_to_stream_(records, stream, expected_version)
212212
add_to_stream(event_ids, stream, expected_version) { @event_klass.insert_all!(hashes) }
213213
end
214214

215-
private
216-
217215
def json_data_type?
218216
%i[data metadata].any? { |attr| @event_klass.column_for_attribute(attr).type.start_with?("json") }
219217
end

0 commit comments

Comments
 (0)