summaryrefslogtreecommitdiff
path: root/lib/killjoy/worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/killjoy/worker.rb')
-rw-r--r--lib/killjoy/worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/killjoy/worker.rb b/lib/killjoy/worker.rb
index 822b635..e32790a 100644
--- a/lib/killjoy/worker.rb
+++ b/lib/killjoy/worker.rb
@@ -2,7 +2,7 @@ module Killjoy
module Worker
def initialize
@mutex = ServerEngine::BlockingFlag.new
- @message_bus = Killjoy::MessageBus.new(config)
+ @message_bus = Killjoy::MessageBus.new
end
def run