fix patch_number param on some calls, add prod url
ci / docker (push) Has been cancelled

This commit is contained in:
2024-06-22 22:08:11 +02:00
parent d290a2c457
commit 39c729b420
3 changed files with 3 additions and 3 deletions
@@ -39,7 +39,7 @@ defmodule LolAnalytics.Facts.ChampionPickedItem.Repo do
match =
MatchRepo.get_or_create(%{
match_id: attrs.match_id,
patch_id: attrs.patch_id,
patch_number: attrs.patch_number,
queue_id: attrs.queue_id
})
@@ -30,7 +30,7 @@ defmodule LolAnalytics.Facts.ChampionPickedSummonerSpell.Repo do
match =
MatchRepo.get_or_create(%{
match_id: attrs.match_id,
patch_id: attrs.patch_id,
patch_number: attrs.patch_number,
queue_id: attrs.queue_id
})