Skip to content

Commit

Permalink
Remove start_in for ClickhouseRepo
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIvanoff committed May 27, 2020
1 parent 58c5152 commit e4e6bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sanbase/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ defmodule Sanbase.Application do
Sanbase.Repo,

# Start the Clickhouse Repo
start_in({Sanbase.ClickhouseRepo, []}, [:dev, :prod, :test]),
Sanbase.ClickhouseRepo,

# Time series Prices DB connection
Sanbase.Prices.Store.child_spec(),
Expand Down

0 comments on commit e4e6bb6

Please sign in to comment.