Skip to content

Commit

Permalink
diable partpicker gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
THE9rtyt committed Dec 16, 2023
1 parent 980b6f4 commit 467549b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/miata_bot/partpicker/gateway_supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule MiataBot.Partpicker.GatewaySupervisor do
@impl Supervisor
def init(_) do
children = [
{MiataBot.Partpicker.Gateway, MiataBot.Partpicker.gateway_uri()}
# {MiataBot.Partpicker.Gateway, MiataBot.Partpicker.gateway_uri()}
]

Supervisor.init(children, strategy: :one_for_one)
Expand Down

0 comments on commit 467549b

Please sign in to comment.