Skip to content

Commit ac9e73b

Browse files
Make process manager state reader strict
1 parent 3656dd1 commit ac9e73b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/ruby_event_store-process_manager/lib/ruby_event_store/process_manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def self.with_state(&state_class_block)
6767
end
6868

6969
define_method(:state) do
70-
@state ||= initial_state
70+
@state
7171
end
7272

7373
def self.included(host_class)

0 commit comments

Comments
 (0)