remote inspects
ci / docker (push) Successful in 3m43s

This commit is contained in:
2024-05-31 02:40:46 +02:00
parent 77b292e47e
commit 9b955641d0
3 changed files with 0 additions and 7 deletions
@@ -57,8 +57,6 @@ defmodule LoLAnalyticsWeb.ChampionLive.Index do
"UTILITY" => utility
} = params
IO.inspect(params)
filter =
if all == "true" do
nil
@@ -74,9 +72,6 @@ defmodule LoLAnalyticsWeb.ChampionLive.Index do
|> Enum.map(fn {k, _v} -> k end)
end
IO.puts(">>>>> 3")
IO.inspect(filter)
champs =
LolAnalytics.Facts.ChampionPlayedGame.ChampionPlayedGameRepo.get_win_rates()
|> Enum.filter(fn %{name: name} ->