.
Some checks are pending
ci / docker (push) Waiting to run

This commit is contained in:
Álvaro 2024-06-14 03:19:41 +02:00
parent ffb31bf2b1
commit 37dcd67bdc

View File

@ -59,7 +59,7 @@ defmodule Scrapper.Processor.MatchProcessor do
) )
queue_id -> queue_id ->
Storage.MatchStorage.S3MatchStorage.store_match(match_id, raw_match, queue_id) Storage.MatchStorage.S3MatchStorage.store_match(match_id, raw_match, "matches")
end end
match = LolAnalytics.Match.MatchRepo.get_match(match_id) match = LolAnalytics.Match.MatchRepo.get_match(match_id)