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

This commit is contained in:
Álvaro 2024-06-14 03:15:04 +02:00
parent d07e604cbe
commit 4c8f7fd11d

View File

@ -48,7 +48,12 @@ defmodule Scrapper.Processor.MatchProcessor do
match_url = match_url =
case decoded_match.info.queueId do case decoded_match.info.queueId do
420 -> 420 ->
Storage.MatchStorage.S3MatchStorage.store_match(match_id, raw_match, "ranked", decoded_match.info.gameVersion) Storage.MatchStorage.S3MatchStorage.store_match(
match_id,
raw_match,
"ranked",
"#{decoded_match.info.gameVersion}"
)
queue_id -> queue_id ->
Storage.MatchStorage.S3MatchStorage.store_match(match_id, raw_match, queue_id) Storage.MatchStorage.S3MatchStorage.store_match(match_id, raw_match, queue_id)