Skip to content

Commit 5e7c0eb

Browse files
committed
Add missing require
1 parent f1e69ad commit 5e7c0eb

File tree

1 file changed

+1
-0
lines changed
  • contrib/ruby_event_store-outbox/lib/ruby_event_store/outbox

1 file changed

+1
-0
lines changed

contrib/ruby_event_store-outbox/lib/ruby_event_store/outbox/consumer.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
require_relative "sidekiq_processor"
1010
require_relative "fetch_specification"
1111
require_relative "cleanup_strategies"
12+
require_relative "batch_result"
1213

1314
module RubyEventStore
1415
module Outbox

0 commit comments

Comments
 (0)