Skip to content

Commit

Permalink
Solution: Change execution_broadcaster to execution_broadcaster_refer…
Browse files Browse the repository at this point in the history
…ence from GenStage 0.12 check
  • Loading branch information
Josh Bavari authored and maennchen committed Sep 6, 2018
1 parent dcf6041 commit 230cb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quantum/executor_supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defmodule Quantum.ExecutorSupervisor do
if Util.gen_stage_v12?() do
def init(
%InitOpts{
execution_broadcaster: execution_broadcaster
execution_broadcaster_reference: execution_broadcaster
} = opts
) do
ConsumerSupervisor.init(
Expand Down

0 comments on commit 230cb48

Please sign in to comment.