Skip to content

Commit

Permalink
Fix worker typo (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Aug 9, 2024
1 parent baf6c62 commit d2d8603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/worker/lib/worker/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule Worker.Application do

def broker() do
case Worker.conf(:start_broker) do
true -> [{Worker.Conduit.Broker, []}, Core.Services.Coud.Poller]
true -> [{Worker.Conduit.Broker, []}, Core.Services.Cloud.Poller]
_ -> []
end
end
Expand Down

0 comments on commit d2d8603

Please sign in to comment.